#16559e

Color #16559E Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #16559E

Tints of Endeavour #16559E

Color information

#16559E (or 0x16559E) is unknown color: approx Endeavour. HEX triplet: 16, 55 and 9E. RGB value is (22,85,158). Sum of RGB (Red+Green+Blue) = 22+85+158=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #16559E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16559E is #E9AA61. Grayscale: #4A4A4A. Windows color (decimal): -15313506 or 10376470. OLE color: 10376470.

HSL color Cylindrical-coordinate representation of color #16559E: hue angle of 212.21º degrees, saturation: 0.76, 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 #16559E is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2285158-
CMYK0.860.4600.38
HSL212.21º75.56%35.29%-
HSV(B)212.21º86.08%61.96%-
XYZ9.759.1433.6-
YUV74.48175.1390.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.30%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 158 (62.11% from 255) = 59.62%
R=8.30%
G=32.08%
B=59.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22851580.860.4600.38212.2175.5635.29
Hex16559E562E026d44c23
Octal261252361265604632411443
Binary1011010101011001111010101101011100100110110101001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16559e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16559e; }

 p { color: rgb(22,85,158); }

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

<style>
 a { background-color: #16559e; }

 a { background-color: rgb(22,85,158); }

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

<style>
 span { border-color: #16559e; }

 span { border-color: rgb(22,85,158); }

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