#16298C

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

Shades of Egyptian Blue #16298C

Tints of Egyptian Blue #16298C

Color information

#16298C (or 0x16298C) is unknown color: approx Egyptian Blue. HEX triplet: 16, 29 and 8C. RGB value is (22,41,140). Sum of RGB (Red+Green+Blue) = 22+41+140=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #16298C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16298C is #E9D673. Grayscale: #2E2E2E. Windows color (decimal): -15324788 or 9185558. OLE color: 9185558.

HSL color Cylindrical-coordinate representation of color #16298C: hue angle of 230.34º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16298C is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2241140-
CMYK0.840.7100.45
HSL230.34º72.84%31.76%-
HSV(B)230.34º84.29%54.9%-
XYZ5.863.6525.21-
YUV46.6180.71110.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 140 (55.08% from 255) = 68.97%
R=10.84%
G=20.20%
B=68.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22411400.840.7100.45230.3472.8431.76
Hex16298C544702De64920
Octal265121412410705534611140
Binary1011010100110001100101010010001110101101111001101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,41,140); }

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

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

 a { background-color: rgb(22,41,140); }

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

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

 span { border-color: rgb(22,41,140); }

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