Html Css Color HEX #162995 Egyptian Blue

📋 copy color: '#162995'

red 22 ◦ green 41 ◦ blue 149

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

Shades of Egyptian Blue #162995

Tints of Egyptian Blue #162995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 70.28%

R = 10.38%
G = 19.34%
B = 70.28%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#162995 (or 0x162995) is known color: Egyptian Blue. HEX triplet: 16, 29 and 95. RGB value is (22,41,149). Sum of RGB (Red+Green+Blue) = 22+41+149=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #162995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162995 is #E9D66A. Grayscale: #2F2F2F. Windows color (decimal): -15324779 or 9775382. OLE color: 9775382.

HSL color Cylindrical-coordinate representation of color #162995: hue angle of 231.02º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #162995 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 41 149 -
CMYK 0.85 0.72 0 0.42
HSL 231.02º 0.74% 0.34% -
HSV(B) 231.02º 0.85% 0.58% -
XYZ 6.55 3.93 28.85 -
YUV 47.63 185.21 109.72 -
System Red Green Blue C M Y K H S L
Decimal 22 41 149 0.85 0.72 0 0.42 231.02 0.74 0.34
Hex 16 29 95 55 48 0 2A E7 4A 22
Octal 26 51 225 125 110 0 52 347 112 42
Binary 10110 101001 10010101 1010101 1001000 0 101010 11100111 1001010 100010

Color Harmonies of #162995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #162995

Black with #162995

Text Example


Text Example

White with #162995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #162995; }

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

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

background-color css

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

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

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

border-color css

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

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

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