#182494

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

Shades of Egyptian Blue #182494

Tints of Egyptian Blue #182494

Color information

#182494 (or 0x182494) is unknown color: approx Egyptian Blue. HEX triplet: 18, 24 and 94. RGB value is (24,36,148). Sum of RGB (Red+Green+Blue) = 24+36+148=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 148 (58.20% from 255 or 71.15% from 208); Max value from RGB is 148 - color contains mainly: blue. Hex color #182494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182494 is #E7DB6B. Grayscale: #2C2C2C. Windows color (decimal): -15194988 or 9708568. OLE color: 9708568.

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

Color convert

RGB2436148-
CMYK0.840.7600.42
HSL234.19º72.09%33.73%-
HSV(B)234.19º83.78%58.04%-
XYZ6.353.5928.38-
YUV45.18186.02112.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.54%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 148 (58.20% from 255) = 71.15%
R=11.54%
G=17.31%
B=71.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24361480.840.7600.42234.1972.0933.73
Hex182494544C02Aea4822
Octal304422412411405235211042
Binary1100010010010010100101010010011000101010111010101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182494; }

 p { color: rgb(24,36,148); }

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

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

 a { background-color: rgb(24,36,148); }

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

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

 span { border-color: rgb(24,36,148); }

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