#162492

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

Shades of Egyptian Blue #162492

Tints of Egyptian Blue #162492

Color information

#162492 (or 0x162492) is unknown color: approx Egyptian Blue. HEX triplet: 16, 24 and 92. RGB value is (22,36,146). Sum of RGB (Red+Green+Blue) = 22+36+146=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #162492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162492 is #E9DB6D. Grayscale: #2B2B2B. Windows color (decimal): -15326062 or 9577494. OLE color: 9577494.

HSL color Cylindrical-coordinate representation of color #162492: hue angle of 233.23º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #162492 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2236146-
CMYK0.850.7500.43
HSL233.23º73.81%32.94%-
HSV(B)233.23º84.93%57.25%-
XYZ6.153.5127.55-
YUV44.35185.36112.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.78%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 146 (57.42% from 255) = 71.57%
R=10.78%
G=17.65%
B=71.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal22361460.850.7500.43233.2373.8132.94
Hex162492554B02Be94a21
Octal264422212511305335111241
Binary1011010010010010010101010110010110101011111010011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162492; }

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

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

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

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

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

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

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

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