#16459C

Color #16459C Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #16459C

Tints of Egyptian Blue #16459C

Color information

#16459C (or 0x16459C) is unknown color: approx Egyptian Blue. HEX triplet: 16, 45 and 9C. RGB value is (22,69,156). Sum of RGB (Red+Green+Blue) = 22+69+156=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #16459C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16459C is #E9BA63. Grayscale: #404040. Windows color (decimal): -15317604 or 10241302. OLE color: 10241302.

HSL color Cylindrical-coordinate representation of color #16459C: hue angle of 218.96º 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 #16459C is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2269156-
CMYK0.860.5600.39
HSL218.96º75.28%34.9%-
HSV(B)218.96º85.9%61.18%-
XYZ8.466.8332.32-
YUV64.87179.4397.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.91%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 156 (61.33% from 255) = 63.16%
R=8.91%
G=27.94%
B=63.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal22691560.860.5600.39218.9675.2834.9
Hex16459C5638027db4b23
Octal261052341267004733311343
Binary1011010001011001110010101101110000100111110110111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #16459C;
 }
 .AnyTagClassName
 {
   color: #16459C;
 }
</style>
background-color css

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

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

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

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

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

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