#162B97

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

Shades of Egyptian Blue #162B97

Tints of Egyptian Blue #162B97

Color information

#162B97 (or 0x162B97) is unknown color: approx Egyptian Blue. HEX triplet: 16, 2B and 97. RGB value is (22,43,151). Sum of RGB (Red+Green+Blue) = 22+43+151=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 151 (59.38% from 255 or 69.91% from 216); Max value from RGB is 151 - color contains mainly: blue. Hex color #162B97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162B97 is #E9D468. Grayscale: #303030. Windows color (decimal): -15324265 or 9906966. OLE color: 9906966.

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

Color convert

RGB2243151-
CMYK0.850.7200.41
HSL230.23º74.57%33.92%-
HSV(B)230.23º85.43%59.22%-
XYZ6.784.1329.72-
YUV49.03185.54108.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.19%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 151 (59.38% from 255) = 69.91%
R=10.19%
G=19.91%
B=69.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22431510.850.7200.41230.2374.5733.92
Hex162B975548029e64b22
Octal265322712511005134611342
Binary1011010101110010111101010110010000101001111001101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162B97; }

 p { color: rgb(22,43,151); }

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

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

 a { background-color: rgb(22,43,151); }

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

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

 span { border-color: rgb(22,43,151); }

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