Html Css Color HEX #164094 Egyptian Blue

📋 copy color: '#164094'

red 22 ◦ green 64 ◦ blue 148

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

Shades of Egyptian Blue #164094

Tints of Egyptian Blue #164094

RGB

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

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

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

R = 9.4%
G = 27.35%
B = 63.25%

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

#164094 (or 0x164094) is known color: Egyptian Blue. HEX triplet: 16, 40 and 94. RGB value is (22,64,148). Sum of RGB (Red+Green+Blue) = 22+64+148=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #164094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164094 is #E9BF6B. Grayscale: #3C3C3C. Windows color (decimal): -15318892 or 9715734. OLE color: 9715734.

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

Color convert

RGB 22 64 148 -
CMYK 0.85 0.57 0 0.42
HSL 220º 0.74% 0.33% -
HSV(B) 220º 0.85% 0.58% -
XYZ 7.51 5.98 28.77 -
YUV 61.02 177.09 100.17 -
System Red Green Blue C M Y K H S L
Decimal 22 64 148 0.85 0.57 0 0.42 220 0.74 0.33
Hex 16 40 94 55 39 0 2A DC 4A 21
Octal 26 100 224 125 71 0 52 334 112 41
Binary 10110 1000000 10010100 1010101 111001 0 101010 11011100 1001010 100001

Color Harmonies of #164094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164094

Black with #164094

Text Example


Text Example

White with #164094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164094; }

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

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

background-color css

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

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

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

border-color css

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

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

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