Html Css Color HEX #164695 Egyptian Blue

📋 copy color: '#164695'

red 22 ◦ green 70 ◦ blue 149

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

Shades of Egyptian Blue #164695

Tints of Egyptian Blue #164695

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.05%

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

R = 9.13%
G = 29.05%
B = 61.83%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#164695 (or 0x164695) is known color: Egyptian Blue. HEX triplet: 16, 46 and 95. RGB value is (22,70,149). Sum of RGB (Red+Green+Blue) = 22+70+149=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #164695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164695 is #E9B96A. Grayscale: #404040. Windows color (decimal): -15317355 or 9782806. OLE color: 9782806.

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

Color convert

RGB 22 70 149 -
CMYK 0.85 0.53 0 0.42
HSL 217.32º 0.74% 0.34% -
HSV(B) 217.32º 0.85% 0.58% -
XYZ 7.95 6.72 29.31 -
YUV 64.65 175.6 97.58 -
System Red Green Blue C M Y K H S L
Decimal 22 70 149 0.85 0.53 0 0.42 217.32 0.74 0.34
Hex 16 46 95 55 35 0 2A D9 4A 22
Octal 26 106 225 125 65 0 52 331 112 42
Binary 10110 1000110 10010101 1010101 110101 0 101010 11011001 1001010 100010

Color Harmonies of #164695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164695

Black with #164695

Text Example


Text Example

White with #164695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164695; }

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

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

background-color css

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

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

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

border-color css

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

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

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