Html Css Color HEX #164998 Egyptian Blue

📋 copy color: '#164998'

red 22 ◦ green 73 ◦ blue 152

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

Shades of Egyptian Blue #164998

Tints of Egyptian Blue #164998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.55%

 BLUE value IS 152 (59.77% from 255) = 61.54%

R = 8.91%
G = 29.55%
B = 61.54%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#164998 (or 0x164998) is known color: Egyptian Blue. HEX triplet: 16, 49 and 98. RGB value is (22,73,152). Sum of RGB (Red+Green+Blue) = 22+73+152=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #164998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164998 is #E9B667. Grayscale: #424242. Windows color (decimal): -15316584 or 9980182. OLE color: 9980182.

HSL color Cylindrical-coordinate representation of color #164998: hue angle of 216.46º 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 #164998 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 22 73 152 -
CMYK 0.86 0.52 0 0.40
HSL 216.46º 0.75% 0.34% -
HSV(B) 216.46º 0.86% 0.6% -
XYZ 8.38 7.2 30.65 -
YUV 66.76 176.1 96.08 -
System Red Green Blue C M Y K H S L
Decimal 22 73 152 0.86 0.52 0 0.40 216.46 0.75 0.34
Hex 16 49 98 56 34 0 28 D8 4B 22
Octal 26 111 230 126 64 0 50 330 113 42
Binary 10110 1001001 10011000 1010110 110100 0 101000 11011000 1001011 100010

Color Harmonies of #164998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164998

Black with #164998

Text Example


Text Example

White with #164998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164998; }

 p { color: rgb(22,73,152); }

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

background-color css

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

 a { background-color: rgb(22,73,152); }

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

border-color css

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

 span { border-color: rgb(22,73,152); }

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