Shades of Endeavour #16629D
Tints of Endeavour #16629D
RGB
CMYK
RGB Variations
Color information
#16629D (or 0x16629D) is known color: Endeavour. HEX triplet: 16, 62 and 9D. RGB value is (22,98,157). Sum of RGB (Red+Green+Blue) = 22+98+157=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #16629D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16629D is #E99D62. Grayscale: #515151. Windows color (decimal): -15310179 or 10314262. OLE color: 10314262.
HSL color Cylindrical-coordinate representation of color #16629D: hue angle of 206.22º 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 #16629D is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 98 | 157 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.38 |
| HSL | 206.22º | 0.75% | 0.35% | - |
| HSV(B) | 206.22º | 0.86% | 0.62% | - |
| XYZ | 10.78 | 11.34 | 33.52 | - |
| YUV | 82 | 170.32 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 98 | 157 | 0.86 | 0.38 | 0 | 0.38 | 206.22 | 0.75 | 0.35 |
| Hex | 16 | 62 | 9D | 56 | 26 | 0 | 26 | CE | 4B | 23 |
| Octal | 26 | 142 | 235 | 126 | 46 | 0 | 46 | 316 | 113 | 43 |
| Binary | 10110 | 1100010 | 10011101 | 1010110 | 100110 | 0 | 100110 | 11001110 | 1001011 | 100011 |
Color Harmonies of #16629D
Complementary color
Monochromatic Colors of #16629D
Black with #16629D
Text Example
Text Example
White with #16629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16629D; }
p { color: rgb(22,98,157); }
H1.HeaderClassName
{
color: #16629D;
}
.AnyTagClassName
{
color: #16629D;
}
</style>
background-color css
<style>
a { background-color: #16629D; }
a { background-color: rgb(22,98,157); }
div.DivClassName
{
background-color: #16629D;
}
.BgClassName
{
background-color: #16629D;
}
</style>
border-color css
<style>
span { border-color: #16629D; }
span { border-color: rgb(22,98,157); }
td.TdClassName
{
border-color: #16629D;
}
.TagClassName
{
border-color: #16629D;
}
</style>