Html Css Color HEX #16499C Egyptian Blue

📋 copy color: '#16499C'

red 22 ◦ green 73 ◦ blue 156

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

Shades of Egyptian Blue #16499C

Tints of Egyptian Blue #16499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.08%

 BLUE value IS 156 (61.33% from 255) = 62.15%

R = 8.76%
G = 29.08%
B = 62.15%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16499C (or 0x16499C) is known color: Egyptian Blue. HEX triplet: 16, 49 and 9C. RGB value is (22,73,156). Sum of RGB (Red+Green+Blue) = 22+73+156=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #16499C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16499C is #E9B663. Grayscale: #424242. Windows color (decimal): -15316580 or 10242326. OLE color: 10242326.

HSL color Cylindrical-coordinate representation of color #16499C: hue angle of 217.16º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16499C is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 22 73 156 -
CMYK 0.86 0.53 0 0.39
HSL 217.16º 0.75% 0.35% -
HSV(B) 217.16º 0.86% 0.61% -
XYZ 8.71 7.34 32.41 -
YUV 67.21 178.1 95.75 -
System Red Green Blue C M Y K H S L
Decimal 22 73 156 0.86 0.53 0 0.39 217.16 0.75 0.35
Hex 16 49 9C 56 35 0 27 D9 4B 23
Octal 26 111 234 126 65 0 47 331 113 43
Binary 10110 1001001 10011100 1010110 110101 0 100111 11011001 1001011 100011

Color Harmonies of #16499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16499C

Black with #16499C

Text Example


Text Example

White with #16499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16499C; }

 p { color: rgb(22,73,156); }

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

background-color css

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

 a { background-color: rgb(22,73,156); }

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

border-color css

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

 span { border-color: rgb(22,73,156); }

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