Html Css Color HEX #164096 Egyptian Blue

📋 copy color: '#164096'

red 22 ◦ green 64 ◦ blue 150

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

Shades of Egyptian Blue #164096

Tints of Egyptian Blue #164096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.12%

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

R = 9.32%
G = 27.12%
B = 63.56%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#164096 (or 0x164096) is known color: Egyptian Blue. HEX triplet: 16, 40 and 96. RGB value is (22,64,150). Sum of RGB (Red+Green+Blue) = 22+64+150=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #164096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164096 is #E9BF69. Grayscale: #3C3C3C. Windows color (decimal): -15318890 or 9846806. OLE color: 9846806.

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

Color convert

RGB 22 64 150 -
CMYK 0.85 0.57 0 0.41
HSL 220.31º 0.74% 0.34% -
HSV(B) 220.31º 0.85% 0.59% -
XYZ 7.67 6.04 29.62 -
YUV 61.25 178.09 100.01 -
System Red Green Blue C M Y K H S L
Decimal 22 64 150 0.85 0.57 0 0.41 220.31 0.74 0.34
Hex 16 40 96 55 39 0 29 DC 4A 22
Octal 26 100 226 125 71 0 51 334 112 42
Binary 10110 1000000 10010110 1010101 111001 0 101001 11011100 1001010 100010

Color Harmonies of #164096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164096

Black with #164096

Text Example


Text Example

White with #164096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164096; }

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

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

background-color css

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

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

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

border-color css

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

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

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