#162498

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

Shades of Egyptian Blue #162498

Tints of Egyptian Blue #162498

Color information

#162498 (or 0x162498) is unknown color: approx Egyptian Blue. HEX triplet: 16, 24 and 98. RGB value is (22,36,152). Sum of RGB (Red+Green+Blue) = 22+36+152=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 152 (59.77% from 255 or 72.38% from 210); Max value from RGB is 152 - color contains mainly: blue. Hex color #162498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162498 is #E9DB67. Grayscale: #2C2C2C. Windows color (decimal): -15326056 or 9970710. OLE color: 9970710.

HSL color Cylindrical-coordinate representation of color #162498: hue angle of 233.54º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #162498 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2236152-
CMYK0.860.7600.40
HSL233.54º74.71%34.12%-
HSV(B)233.54º85.53%59.61%-
XYZ6.633.730.07-
YUV45.04188.36111.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.48%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 152 (59.77% from 255) = 72.38%
R=10.48%
G=17.14%
B=72.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22361520.860.7600.40233.5474.7134.12
Hex162498564C028ea4b22
Octal264423012611405035211342
Binary1011010010010011000101011010011000101000111010101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162498; }

 p { color: rgb(22,36,152); }

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

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

 a { background-color: rgb(22,36,152); }

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

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

 span { border-color: rgb(22,36,152); }

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