#182896

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

Shades of Egyptian Blue #182896

Tints of Egyptian Blue #182896

Color information

#182896 (or 0x182896) is unknown color: approx Egyptian Blue. HEX triplet: 18, 28 and 96. RGB value is (24,40,150). Sum of RGB (Red+Green+Blue) = 24+40+150=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #182896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182896 is #E7D769. Grayscale: #2F2F2F. Windows color (decimal): -15193962 or 9840664. OLE color: 9840664.

HSL color Cylindrical-coordinate representation of color #182896: hue angle of 232.38º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182896 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2440150-
CMYK0.840.7300.41
HSL232.38º72.41%34.12%-
HSV(B)232.38º84%58.82%-
XYZ6.643.9129.26-
YUV47.76185.7111.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 150 (58.98% from 255) = 70.09%
R=11.21%
G=18.69%
B=70.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal24401500.840.7300.41232.3872.4134.12
Hex1828965449029e84822
Octal305022612411105135011042
Binary1100010100010010110101010010010010101001111010001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182896; }

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

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

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

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

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

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

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

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