#182996

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

Shades of Egyptian Blue #182996

Tints of Egyptian Blue #182996

Color information

#182996 (or 0x182996) is unknown color: approx Egyptian Blue. HEX triplet: 18, 29 and 96. RGB value is (24,41,150). Sum of RGB (Red+Green+Blue) = 24+41+150=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 150 (58.98% from 255 or 69.77% from 215); Max value from RGB is 150 - color contains mainly: blue. Hex color #182996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182996 is #E7D669. Grayscale: #2F2F2F. Windows color (decimal): -15193706 or 9840920. OLE color: 9840920.

HSL color Cylindrical-coordinate representation of color #182996: hue angle of 231.9º 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 #182996 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2441150-
CMYK0.840.7300.41
HSL231.9º72.41%34.12%-
HSV(B)231.9º84%58.82%-
XYZ6.673.9829.27-
YUV48.34185.37110.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 150 (58.98% from 255) = 69.77%
R=11.16%
G=19.07%
B=69.77%

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
Decimal24411500.840.7300.41231.972.4134.12
Hex1829965449029e84822
Octal305122612411105135011042
Binary1100010100110010110101010010010010101001111010001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182996; }

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

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

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

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

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

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

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

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