#18368E

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

Shades of Egyptian Blue #18368E

Tints of Egyptian Blue #18368E

Color information

#18368E (or 0x18368E) is unknown color: approx Egyptian Blue. HEX triplet: 18, 36 and 8E. RGB value is (24,54,142). Sum of RGB (Red+Green+Blue) = 24+54+142=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #18368E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18368E is #E7C971. Grayscale: #363636. Windows color (decimal): -15190386 or 9319960. OLE color: 9319960.

HSL color Cylindrical-coordinate representation of color #18368E: hue angle of 224.75º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18368E is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2454142-
CMYK0.830.6200.44
HSL224.75º71.08%32.55%-
HSV(B)224.75º83.1%55.69%-
XYZ6.584.7926.17-
YUV55.06177.06105.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.91%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 142 (55.86% from 255) = 64.55%
R=10.91%
G=24.55%
B=64.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24541420.830.6200.44224.7571.0832.55
Hex18368E533E02Ce14721
Octal30662161237605434110741
Binary110001101101000111010100111111100101100111000011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,54,142); }

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

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

 a { background-color: rgb(24,54,142); }

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

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

 span { border-color: rgb(24,54,142); }

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