#16569C

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

Shades of Endeavour #16569C

Tints of Endeavour #16569C

Color information

#16569C (or 0x16569C) is unknown color: approx Endeavour. HEX triplet: 16, 56 and 9C. RGB value is (22,86,156). Sum of RGB (Red+Green+Blue) = 22+86+156=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #16569C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16569C is #E9A963. Grayscale: #4A4A4A. Windows color (decimal): -15313252 or 10245654. OLE color: 10245654.

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

Color convert

RGB2286156-
CMYK0.860.4500.39
HSL211.34º75.28%34.9%-
HSV(B)211.34º85.9%61.18%-
XYZ9.669.2332.72-
YUV74.84173.890.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.33%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 156 (61.33% from 255) = 59.09%
R=8.33%
G=32.58%
B=59.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal22861560.860.4500.39211.3475.2834.9
Hex16569C562D027d34b23
Octal261262341265504732311343
Binary1011010101101001110010101101011010100111110100111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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