Shades of Endeavour #16639D
Tints of Endeavour #16639D
RGB
CMYK
RGB Variations
Color information
#16639D (or 0x16639D) is known color: Endeavour. HEX triplet: 16, 63 and 9D. RGB value is (22,99,157). Sum of RGB (Red+Green+Blue) = 22+99+157=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #16639D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16639D is #E99C62. Grayscale: #525252. Windows color (decimal): -15309923 or 10314518. OLE color: 10314518.
HSL color Cylindrical-coordinate representation of color #16639D: hue angle of 205.78º degrees, saturation: 0.75, 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 #16639D is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 99 | 157 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.38 |
| HSL | 205.78º | 0.75% | 0.35% | - |
| HSV(B) | 205.78º | 0.86% | 0.62% | - |
| XYZ | 10.88 | 11.53 | 33.55 | - |
| YUV | 82.59 | 169.99 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 157 | 0.86 | 0.37 | 0 | 0.38 | 205.78 | 0.75 | 0.35 |
| Hex | 16 | 63 | 9D | 56 | 25 | 0 | 26 | CE | 4B | 23 |
| Octal | 26 | 143 | 235 | 126 | 45 | 0 | 46 | 316 | 113 | 43 |
| Binary | 10110 | 1100011 | 10011101 | 1010110 | 100101 | 0 | 100110 | 11001110 | 1001011 | 100011 |
Color Harmonies of #16639D
Complementary color
Monochromatic Colors of #16639D
Black with #16639D
Text Example
Text Example
White with #16639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16639D; }
p { color: rgb(22,99,157); }
H1.HeaderClassName
{
color: #16639D;
}
.AnyTagClassName
{
color: #16639D;
}
</style>
background-color css
<style>
a { background-color: #16639D; }
a { background-color: rgb(22,99,157); }
div.DivClassName
{
background-color: #16639D;
}
.BgClassName
{
background-color: #16639D;
}
</style>
border-color css
<style>
span { border-color: #16639D; }
span { border-color: rgb(22,99,157); }
td.TdClassName
{
border-color: #16639D;
}
.TagClassName
{
border-color: #16639D;
}
</style>