Shades of Endeavour #16539C
Tints of Endeavour #16539C
RGB
CMYK
RGB Variations
Color information
#16539C (or 0x16539C) is known color: Endeavour. HEX triplet: 16, 53 and 9C. RGB value is (22,83,156). Sum of RGB (Red+Green+Blue) = 22+83+156=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #16539C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16539C is #E9AC63. Grayscale: #484848. Windows color (decimal): -15314020 or 10244886. OLE color: 10244886.
HSL color Cylindrical-coordinate representation of color #16539C: hue angle of 212.69º 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 #16539C is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 83 | 156 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.39 |
| HSL | 212.69º | 0.75% | 0.35% | - |
| HSV(B) | 212.69º | 0.86% | 0.61% | - |
| XYZ | 9.42 | 8.76 | 32.65 | - |
| YUV | 73.08 | 174.79 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 156 | 0.86 | 0.47 | 0 | 0.39 | 212.69 | 0.75 | 0.35 |
| Hex | 16 | 53 | 9C | 56 | 2F | 0 | 27 | D5 | 4B | 23 |
| Octal | 26 | 123 | 234 | 126 | 57 | 0 | 47 | 325 | 113 | 43 |
| Binary | 10110 | 1010011 | 10011100 | 1010110 | 101111 | 0 | 100111 | 11010101 | 1001011 | 100011 |
Color Harmonies of #16539C
Complementary color
Monochromatic Colors of #16539C
Black with #16539C
Text Example
Text Example
White with #16539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16539C; }
p { color: rgb(22,83,156); }
H1.HeaderClassName
{
color: #16539C;
}
.AnyTagClassName
{
color: #16539C;
}
</style>
background-color css
<style>
a { background-color: #16539C; }
a { background-color: rgb(22,83,156); }
div.DivClassName
{
background-color: #16539C;
}
.BgClassName
{
background-color: #16539C;
}
</style>
border-color css
<style>
span { border-color: #16539C; }
span { border-color: rgb(22,83,156); }
td.TdClassName
{
border-color: #16539C;
}
.TagClassName
{
border-color: #16539C;
}
</style>