#18289E

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

Shades of Egyptian Blue #18289E

Tints of Egyptian Blue #18289E

Color information

#18289E (or 0x18289E) is unknown color: approx Egyptian Blue. HEX triplet: 18, 28 and 9E. RGB value is (24,40,158). Sum of RGB (Red+Green+Blue) = 24+40+158=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 158 (62.11% from 255 or 71.17% from 222); Max value from RGB is 158 - color contains mainly: blue. Hex color #18289E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18289E is #E7D761. Grayscale: #303030. Windows color (decimal): -15193954 or 10364952. OLE color: 10364952.

HSL color Cylindrical-coordinate representation of color #18289E: hue angle of 232.84º 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 #18289E is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2440158-
CMYK0.850.7500.38
HSL232.84º73.63%35.69%-
HSV(B)232.84º84.81%61.96%-
XYZ7.314.1832.77-
YUV48.67189.7110.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.81%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 158 (62.11% from 255) = 71.17%
R=10.81%
G=18.02%
B=71.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24401580.850.7500.38232.8473.6335.69
Hex18289E554B026e94a24
Octal305023612511304635111244
Binary1100010100010011110101010110010110100110111010011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18289E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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