Html Css Color HEX #164393 Egyptian Blue

📋 copy color: '#164393'

red 22 ◦ green 67 ◦ blue 147

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

Shades of Egyptian Blue #164393

Tints of Egyptian Blue #164393

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

 BLUE value IS 147 (57.81% from 255) = 62.29%

R = 9.32%
G = 28.39%
B = 62.29%

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

#164393 (or 0x164393) is known color: Egyptian Blue. HEX triplet: 16, 43 and 93. RGB value is (22,67,147). Sum of RGB (Red+Green+Blue) = 22+67+147=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #164393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164393 is #E9BC6C. Grayscale: #3E3E3E. Windows color (decimal): -15318125 or 9650966. OLE color: 9650966.

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

Color convert

RGB 22 67 147 -
CMYK 0.85 0.54 0 0.42
HSL 218.4º 0.74% 0.33% -
HSV(B) 218.4º 0.85% 0.58% -
XYZ 7.6 6.29 28.42 -
YUV 62.67 175.59 99 -
System Red Green Blue C M Y K H S L
Decimal 22 67 147 0.85 0.54 0 0.42 218.4 0.74 0.33
Hex 16 43 93 55 36 0 2A DA 4A 21
Octal 26 103 223 125 66 0 52 332 112 41
Binary 10110 1000011 10010011 1010101 110110 0 101010 11011010 1001010 100001

Color Harmonies of #164393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164393

Black with #164393

Text Example


Text Example

White with #164393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164393; }

 p { color: rgb(22,67,147); }

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

background-color css

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

 a { background-color: rgb(22,67,147); }

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

border-color css

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

 span { border-color: rgb(22,67,147); }

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