#16559f

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

Shades of Endeavour #16559F

Tints of Endeavour #16559F

Color information

#16559F (or 0x16559F) is unknown color: approx Endeavour. HEX triplet: 16, 55 and 9F. RGB value is (22,85,159). Sum of RGB (Red+Green+Blue) = 22+85+159=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #16559F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16559F is #E9AA60. Grayscale: #4A4A4A. Windows color (decimal): -15313505 or 10442006. OLE color: 10442006.

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

Color convert

RGB2285159-
CMYK0.860.4700.38
HSL212.41º75.69%35.49%-
HSV(B)212.41º86.16%62.35%-
XYZ9.849.1734.05-
YUV74.6175.6390.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.27%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 159 (62.5% from 255) = 59.77%
R=8.27%
G=31.95%
B=59.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22851590.860.4700.38212.4175.6935.49
Hex16559F562F026d44c23
Octal261252371265704632411443
Binary1011010101011001111110101101011110100110110101001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16559f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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