Html Css Color HEX #16479D Egyptian Blue

📋 copy color: '#16479D'

red 22 ◦ green 71 ◦ blue 157

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

Shades of Egyptian Blue #16479D

Tints of Egyptian Blue #16479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

 BLUE value IS 157 (61.72% from 255) = 62.8%

R = 8.8%
G = 28.4%
B = 62.8%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#16479D (or 0x16479D) is known color: Egyptian Blue. HEX triplet: 16, 47 and 9D. RGB value is (22,71,157). Sum of RGB (Red+Green+Blue) = 22+71+157=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #16479D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16479D is #E9B862. Grayscale: #414141. Windows color (decimal): -15317091 or 10307350. OLE color: 10307350.

HSL color Cylindrical-coordinate representation of color #16479D: hue angle of 218.22º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16479D is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 22 71 157 -
CMYK 0.86 0.55 0 0.38
HSL 218.22º 0.75% 0.35% -
HSV(B) 218.22º 0.86% 0.62% -
XYZ 8.67 7.11 32.81 -
YUV 66.15 179.27 96.51 -
System Red Green Blue C M Y K H S L
Decimal 22 71 157 0.86 0.55 0 0.38 218.22 0.75 0.35
Hex 16 47 9D 56 37 0 26 DA 4B 23
Octal 26 107 235 126 67 0 46 332 113 43
Binary 10110 1000111 10011101 1010110 110111 0 100110 11011010 1001011 100011

Color Harmonies of #16479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16479D

Black with #16479D

Text Example


Text Example

White with #16479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16479D; }

 p { color: rgb(22,71,157); }

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

background-color css

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

 a { background-color: rgb(22,71,157); }

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

border-color css

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

 span { border-color: rgb(22,71,157); }

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