Html Css Color HEX #164696 Egyptian Blue

📋 copy color: '#164696'

red 22 ◦ green 70 ◦ blue 150

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

Shades of Egyptian Blue #164696

Tints of Egyptian Blue #164696

RGB

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

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

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

R = 9.09%
G = 28.93%
B = 61.98%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#164696 (or 0x164696) is known color: Egyptian Blue. HEX triplet: 16, 46 and 96. RGB value is (22,70,150). Sum of RGB (Red+Green+Blue) = 22+70+150=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #164696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164696 is #E9B969. Grayscale: #404040. Windows color (decimal): -15317354 or 9848342. OLE color: 9848342.

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

Color convert

RGB 22 70 150 -
CMYK 0.85 0.53 0 0.41
HSL 217.5º 0.74% 0.34% -
HSV(B) 217.5º 0.85% 0.59% -
XYZ 8.03 6.75 29.73 -
YUV 64.77 176.1 97.5 -
System Red Green Blue C M Y K H S L
Decimal 22 70 150 0.85 0.53 0 0.41 217.5 0.74 0.34
Hex 16 46 96 55 35 0 29 DA 4A 22
Octal 26 106 226 125 65 0 51 332 112 42
Binary 10110 1000110 10010110 1010101 110101 0 101001 11011010 1001010 100010

Color Harmonies of #164696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164696

Black with #164696

Text Example


Text Example

White with #164696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164696; }

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

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

background-color css

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

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

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

border-color css

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

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

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