Shades of Endeavour #16558C
Tints of Endeavour #16558C
RGB
CMYK
RGB Variations
Color information
#16558C (or 0x16558C) is known color: Endeavour. HEX triplet: 16, 55 and 8C. RGB value is (22,85,140). Sum of RGB (Red+Green+Blue) = 22+85+140=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #16558C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16558C is #E9AA73. Grayscale: #484848. Windows color (decimal): -15313524 or 9196822. OLE color: 9196822.
HSL color Cylindrical-coordinate representation of color #16558C: hue angle of 207.97º 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 #16558C is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 85 | 140 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.45 |
| HSL | 207.97º | 0.73% | 0.32% | - |
| HSV(B) | 207.97º | 0.84% | 0.55% | - |
| XYZ | 8.31 | 8.56 | 26.03 | - |
| YUV | 72.43 | 166.13 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 140 | 0.84 | 0.39 | 0 | 0.45 | 207.97 | 0.73 | 0.32 |
| Hex | 16 | 55 | 8C | 54 | 27 | 0 | 2D | D0 | 49 | 20 |
| Octal | 26 | 125 | 214 | 124 | 47 | 0 | 55 | 320 | 111 | 40 |
| Binary | 10110 | 1010101 | 10001100 | 1010100 | 100111 | 0 | 101101 | 11010000 | 1001001 | 100000 |
Color Harmonies of #16558C
Complementary color
Monochromatic Colors of #16558C
Black with #16558C
Text Example
Text Example
White with #16558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16558C; }
p { color: rgb(22,85,140); }
H1.HeaderClassName
{
color: #16558C;
}
.AnyTagClassName
{
color: #16558C;
}
</style>
background-color css
<style>
a { background-color: #16558C; }
a { background-color: rgb(22,85,140); }
div.DivClassName
{
background-color: #16558C;
}
.BgClassName
{
background-color: #16558C;
}
</style>
border-color css
<style>
span { border-color: #16558C; }
span { border-color: rgb(22,85,140); }
td.TdClassName
{
border-color: #16558C;
}
.TagClassName
{
border-color: #16558C;
}
</style>