Html Css Color HEX #164495 Egyptian Blue

📋 copy color: '#164495'

red 22 ◦ green 68 ◦ blue 149

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

Shades of Egyptian Blue #164495

Tints of Egyptian Blue #164495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.45%

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

R = 9.21%
G = 28.45%
B = 62.34%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#164495 (or 0x164495) is known color: Egyptian Blue. HEX triplet: 16, 44 and 95. RGB value is (22,68,149). Sum of RGB (Red+Green+Blue) = 22+68+149=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #164495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164495 is #E9BB6A. Grayscale: #3F3F3F. Windows color (decimal): -15317867 or 9782294. OLE color: 9782294.

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

Color convert

RGB 22 68 149 -
CMYK 0.85 0.54 0 0.42
HSL 218.27º 0.74% 0.34% -
HSV(B) 218.27º 0.85% 0.58% -
XYZ 7.82 6.47 29.27 -
YUV 63.48 176.26 98.41 -
System Red Green Blue C M Y K H S L
Decimal 22 68 149 0.85 0.54 0 0.42 218.27 0.74 0.34
Hex 16 44 95 55 36 0 2A DA 4A 22
Octal 26 104 225 125 66 0 52 332 112 42
Binary 10110 1000100 10010101 1010101 110110 0 101010 11011010 1001010 100010

Color Harmonies of #164495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164495

Black with #164495

Text Example


Text Example

White with #164495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164495; }

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

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

background-color css

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

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

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

border-color css

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

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

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