Html Css Color HEX #164095 Egyptian Blue

📋 copy color: '#164095'

red 22 ◦ green 64 ◦ blue 149

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

Shades of Egyptian Blue #164095

Tints of Egyptian Blue #164095

RGB

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

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

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

R = 9.36%
G = 27.23%
B = 63.4%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#164095 (or 0x164095) is known color: Egyptian Blue. HEX triplet: 16, 40 and 95. RGB value is (22,64,149). Sum of RGB (Red+Green+Blue) = 22+64+149=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #164095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164095 is #E9BF6A. Grayscale: #3C3C3C. Windows color (decimal): -15318891 or 9781270. OLE color: 9781270.

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

Color convert

RGB 22 64 149 -
CMYK 0.85 0.57 0 0.42
HSL 220.16º 0.74% 0.34% -
HSV(B) 220.16º 0.85% 0.58% -
XYZ 7.59 6.01 29.19 -
YUV 61.13 177.59 100.09 -
System Red Green Blue C M Y K H S L
Decimal 22 64 149 0.85 0.57 0 0.42 220.16 0.74 0.34
Hex 16 40 95 55 39 0 2A DC 4A 22
Octal 26 100 225 125 71 0 52 334 112 42
Binary 10110 1000000 10010101 1010101 111001 0 101010 11011100 1001010 100010

Color Harmonies of #164095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164095

Black with #164095

Text Example


Text Example

White with #164095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164095; }

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

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

background-color css

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

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

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

border-color css

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

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

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