#16489A

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

Shades of Egyptian Blue #16489A

Tints of Egyptian Blue #16489A

Color information

#16489A (or 0x16489A) is unknown color: approx Egyptian Blue. HEX triplet: 16, 48 and 9A. RGB value is (22,72,154). Sum of RGB (Red+Green+Blue) = 22+72+154=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #16489A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16489A is #E9B765. Grayscale: #424242. Windows color (decimal): -15316838 or 10110998. OLE color: 10110998.

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

Color convert

RGB2272154-
CMYK0.860.5300.40
HSL217.27º75%34.51%-
HSV(B)217.27º85.71%60.39%-
XYZ8.487.1431.5-
YUV66.4177.4496.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.87%
GREEN value IS 72 (28.52% from 255) = 29.03%
BLUE value IS 154 (60.55% from 255) = 62.10%
R=8.87%
G=29.03%
B=62.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22721540.860.5300.40217.277534.51
Hex16489A5635028d94b23
Octal261102321266505033111343
Binary1011010010001001101010101101101010101000110110011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16489A; }

 p { color: rgb(22,72,154); }

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

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

 a { background-color: rgb(22,72,154); }

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

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

 span { border-color: rgb(22,72,154); }

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