Html Css Color HEX #164595 Egyptian Blue

📋 copy color: '#164595'

red 22 ◦ green 69 ◦ blue 149

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

Shades of Egyptian Blue #164595

Tints of Egyptian Blue #164595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.75%

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

R = 9.17%
G = 28.75%
B = 62.08%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#164595 (or 0x164595) is known color: Egyptian Blue. HEX triplet: 16, 45 and 95. RGB value is (22,69,149). Sum of RGB (Red+Green+Blue) = 22+69+149=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #164595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164595 is #E9BA6A. Grayscale: #3F3F3F. Windows color (decimal): -15317611 or 9782550. OLE color: 9782550.

HSL color Cylindrical-coordinate representation of color #164595: hue angle of 217.8º 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 #164595 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 69 149 -
CMYK 0.85 0.54 0 0.42
HSL 217.8º 0.74% 0.34% -
HSV(B) 217.8º 0.85% 0.58% -
XYZ 7.88 6.6 29.29 -
YUV 64.07 175.93 98 -
System Red Green Blue C M Y K H S L
Decimal 22 69 149 0.85 0.54 0 0.42 217.8 0.74 0.34
Hex 16 45 95 55 36 0 2A DA 4A 22
Octal 26 105 225 125 66 0 52 332 112 42
Binary 10110 1000101 10010101 1010101 110110 0 101010 11011010 1001010 100010

Color Harmonies of #164595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164595

Black with #164595

Text Example


Text Example

White with #164595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164595; }

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

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

background-color css

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

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

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

border-color css

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

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

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