Html Css Color HEX #164599 Egyptian Blue

📋 copy color: '#164599'

red 22 ◦ green 69 ◦ blue 153

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

Shades of Egyptian Blue #164599

Tints of Egyptian Blue #164599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 62.7%

R = 9.02%
G = 28.28%
B = 62.7%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#164599 (or 0x164599) is known color: Egyptian Blue. HEX triplet: 16, 45 and 99. RGB value is (22,69,153). Sum of RGB (Red+Green+Blue) = 22+69+153=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #164599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164599 is #E9BA66. Grayscale: #404040. Windows color (decimal): -15317607 or 10044694. OLE color: 10044694.

HSL color Cylindrical-coordinate representation of color #164599: hue angle of 218.47º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #164599 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 69 153 -
CMYK 0.86 0.55 0 0.4
HSL 218.47º 0.75% 0.34% -
HSV(B) 218.47º 0.86% 0.6% -
XYZ 8.21 6.73 31 -
YUV 64.52 177.93 97.67 -
System Red Green Blue C M Y K H S L
Decimal 22 69 153 0.86 0.55 0 0.4 218.47 0.75 0.34
Hex 16 45 99 56 37 0 28 DA 4B 22
Octal 26 105 231 126 67 0 50 332 113 42
Binary 10110 1000101 10011001 1010110 110111 0 101000 11011010 1001011 100010

Color Harmonies of #164599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164599

Black with #164599

Text Example


Text Example

White with #164599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164599; }

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

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

background-color css

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

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

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

border-color css

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

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

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