#18209E

Color #18209E Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #18209E

Tints of Egyptian Blue #18209E

Color information

#18209E (or 0x18209E) is unknown color: approx Egyptian Blue. HEX triplet: 18, 20 and 9E. RGB value is (24,32,158). Sum of RGB (Red+Green+Blue) = 24+32+158=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 158 (62.11% from 255 or 73.83% from 214); Max value from RGB is 158 - color contains mainly: blue. Hex color #18209E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18209E is #E7DF61. Grayscale: #2B2B2B. Windows color (decimal): -15196002 or 10362904. OLE color: 10362904.

HSL color Cylindrical-coordinate representation of color #18209E: hue angle of 236.42º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18209E is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2432158-
CMYK0.850.8000.38
HSL236.42º73.63%35.69%-
HSV(B)236.42º84.81%61.96%-
XYZ7.063.732.69-
YUV43.97192.35113.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 158 (62.11% from 255) = 73.83%
R=11.21%
G=14.95%
B=73.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24321580.850.8000.38236.4273.6335.69
Hex18209E5550026ec4a24
Octal304023612512004635411244
Binary1100010000010011110101010110100000100110111011001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18209E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18209E; }

 p { color: rgb(24,32,158); }

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

<style>
 a { background-color: #18209E; }

 a { background-color: rgb(24,32,158); }

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

<style>
 span { border-color: #18209E; }

 span { border-color: rgb(24,32,158); }

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