Html Css Color HEX #164594 Egyptian Blue

📋 copy color: '#164594'

red 22 ◦ green 69 ◦ blue 148

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

Shades of Egyptian Blue #164594

Tints of Egyptian Blue #164594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.92%

R = 9.21%
G = 28.87%
B = 61.92%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#164594 (or 0x164594) is known color: Egyptian Blue. HEX triplet: 16, 45 and 94. RGB value is (22,69,148). Sum of RGB (Red+Green+Blue) = 22+69+148=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #164594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164594 is #E9BA6B. Grayscale: #3F3F3F. Windows color (decimal): -15317612 or 9717014. OLE color: 9717014.

HSL color Cylindrical-coordinate representation of color #164594: hue angle of 217.62º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164594 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 69 148 -
CMYK 0.85 0.53 0 0.42
HSL 217.62º 0.74% 0.33% -
HSV(B) 217.62º 0.85% 0.58% -
XYZ 7.8 6.56 28.87 -
YUV 63.95 175.43 98.08 -
System Red Green Blue C M Y K H S L
Decimal 22 69 148 0.85 0.53 0 0.42 217.62 0.74 0.33
Hex 16 45 94 55 35 0 2A DA 4A 21
Octal 26 105 224 125 65 0 52 332 112 41
Binary 10110 1000101 10010100 1010101 110101 0 101010 11011010 1001010 100001

Color Harmonies of #164594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164594

Black with #164594

Text Example


Text Example

White with #164594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164594; }

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

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

background-color css

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

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

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

border-color css

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

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

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