Html Css Color HEX #162996 Egyptian Blue

📋 copy color: '#162996'

red 22 ◦ green 41 ◦ blue 150

#162996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #162996

Tints of Egyptian Blue #162996

RGB

 RED value IS 22 (8.98% from 255) = 10.33%

 GREEN value IS 41 (16.41% from 255) = 19.25%

 BLUE value IS 150 (58.98% from 255) = 70.42%

R = 10.33%
G = 19.25%
B = 70.42%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#162996 (or 0x162996) is known color: Egyptian Blue. HEX triplet: 16, 29 and 96. RGB value is (22,41,150). Sum of RGB (Red+Green+Blue) = 22+41+150=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 150 (58.98% from 255 or 70.42% from 213); Max value from RGB is 150 - color contains mainly: blue. Hex color #162996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162996 is #E9D669. Grayscale: #2F2F2F. Windows color (decimal): -15324778 or 9840918. OLE color: 9840918.

HSL color Cylindrical-coordinate representation of color #162996: hue angle of 231.09º degrees, saturation: 0.74, 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 #162996 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 22 41 150 -
CMYK 0.85 0.73 0 0.41
HSL 231.09º 0.74% 0.34% -
HSV(B) 231.09º 0.85% 0.59% -
XYZ 6.63 3.96 29.27 -
YUV 47.75 185.71 109.64 -
System Red Green Blue C M Y K H S L
Decimal 22 41 150 0.85 0.73 0 0.41 231.09 0.74 0.34
Hex 16 29 96 55 49 0 29 E7 4A 22
Octal 26 51 226 125 111 0 51 347 112 42
Binary 10110 101001 10010110 1010101 1001001 0 101001 11100111 1001010 100010

Color Harmonies of #162996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #162996

Black with #162996

Text Example


Text Example

White with #162996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #162996; }

 p { color: rgb(22,41,150); }

 H1.HeaderClassName
 {
   color: #162996;
 }
 .AnyTagClassName
 {
   color: #162996;
 }
</style>

background-color css

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

 a { background-color: rgb(22,41,150); }

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

border-color css

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

 span { border-color: rgb(22,41,150); }

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