#162A98

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

Shades of Egyptian Blue #162A98

Tints of Egyptian Blue #162A98

Color information

#162A98 (or 0x162A98) is unknown color: approx Egyptian Blue. HEX triplet: 16, 2A and 98. RGB value is (22,42,152). Sum of RGB (Red+Green+Blue) = 22+42+152=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 152 (59.77% from 255 or 70.37% from 216); Max value from RGB is 152 - color contains mainly: blue. Hex color #162A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162A98 is #E9D567. Grayscale: #303030. Windows color (decimal): -15324520 or 9972246. OLE color: 9972246.

HSL color Cylindrical-coordinate representation of color #162A98: hue angle of 230.77º 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 #162A98 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2242152-
CMYK0.860.7200.40
HSL230.77º74.71%34.12%-
HSV(B)230.77º85.53%59.61%-
XYZ6.834.0930.14-
YUV48.56186.37109.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.19%
GREEN value IS 42 (16.80% from 255) = 19.44%
BLUE value IS 152 (59.77% from 255) = 70.37%
R=10.19%
G=19.44%
B=70.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22421520.860.7200.40230.7774.7134.12
Hex162A985648028e74b22
Octal265223012611005034711342
Binary1011010101010011000101011010010000101000111001111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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