#1844EC

Color #1844EC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1844EC

Tints of Persian Blue #1844EC

Color information

#1844EC (or 0x1844EC) is unknown color: approx Persian Blue. HEX triplet: 18, 44 and EC. RGB value is (24,68,236). Sum of RGB (Red+Green+Blue) = 24+68+236=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 236 (92.58% from 255 or 71.95% from 328); Max value from RGB is 236 - color contains mainly: blue. Hex color #1844EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1844EC is #E7BB13. Grayscale: #494949. Windows color (decimal): -15186708 or 15483928. OLE color: 15483928.

HSL color Cylindrical-coordinate representation of color #1844EC: hue angle of 227.55º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1844EC is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2468236-
CMYK0.900.7100.07
HSL227.55º84.8%50.98%-
HSV(B)227.55º89.83%92.55%-
XYZ17.5810.3880.43-
YUV74219.4292.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 7.32%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 236 (92.58% from 255) = 71.95%
R=7.32%
G=20.73%
B=71.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal24682360.900.7100.07227.5584.850.98
Hex1844EC5A4707e45533
Octal301043541321070734412563
Binary11000100010011101100101101010001110111111001001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1844EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1844EC; }

 p { color: rgb(24,68,236); }

 H1.HeaderClassName
 {
   color: #1844EC;
 }
 .AnyTagClassName
 {
   color: #1844EC;
 }
</style>
background-color css

<style>
 a { background-color: #1844EC; }

 a { background-color: rgb(24,68,236); }

 div.DivClassName
 {
   background-color: #1844EC;
 }
 .BgClassName
 {
   background-color: #1844EC;
 }
</style>
border-color css

<style>
 span { border-color: #1844EC; }

 span { border-color: rgb(24,68,236); }

 td.TdClassName
 {
   border-color: #1844EC;
 }
 .TagClassName
 {
   border-color: #1844EC;
 }
</style>