#18358E

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

Shades of Egyptian Blue #18358E

Tints of Egyptian Blue #18358E

Color information

#18358E (or 0x18358E) is unknown color: approx Egyptian Blue. HEX triplet: 18, 35 and 8E. RGB value is (24,53,142). Sum of RGB (Red+Green+Blue) = 24+53+142=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 142 (55.86% from 255 or 64.84% from 219); Max value from RGB is 142 - color contains mainly: blue. Hex color #18358E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18358E is #E7CA71. Grayscale: #363636. Windows color (decimal): -15190642 or 9319704. OLE color: 9319704.

HSL color Cylindrical-coordinate representation of color #18358E: hue angle of 225.25º 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 #18358E is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2453142-
CMYK0.830.6300.44
HSL225.25º71.08%32.55%-
HSV(B)225.25º83.1%55.69%-
XYZ6.534.6926.15-
YUV54.47177.39106.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.96%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 142 (55.86% from 255) = 64.84%
R=10.96%
G=24.20%
B=64.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24531420.830.6300.44225.2571.0832.55
Hex18358E533F02Ce14721
Octal30652161237705434110741
Binary110001101011000111010100111111110101100111000011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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