Shades of Endeavour #156694
Tints of Endeavour #156694
RGB
CMYK
RGB Variations
Color information
#156694 (or 0x156694) is known color: Endeavour. HEX triplet: 15, 66 and 94. RGB value is (21,102,148). Sum of RGB (Red+Green+Blue) = 21+102+148=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #156694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156694 is #EA996B. Grayscale: #525252. Windows color (decimal): -15374700 or 9725461. OLE color: 9725461.
HSL color Cylindrical-coordinate representation of color #156694: hue angle of 201.73º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #156694 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 102 | 148 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.42 |
| HSL | 201.73º | 0.75% | 0.33% | - |
| HSV(B) | 201.73º | 0.86% | 0.58% | - |
| XYZ | 10.41 | 11.8 | 29.75 | - |
| YUV | 83.03 | 164.66 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 148 | 0.86 | 0.31 | 0 | 0.42 | 201.73 | 0.75 | 0.33 |
| Hex | 15 | 66 | 94 | 56 | 1F | 0 | 2A | CA | 4B | 21 |
| Octal | 25 | 146 | 224 | 126 | 37 | 0 | 52 | 312 | 113 | 41 |
| Binary | 10101 | 1100110 | 10010100 | 1010110 | 11111 | 0 | 101010 | 11001010 | 1001011 | 100001 |
Color Harmonies of #156694
Complementary color
Monochromatic Colors of #156694
Black with #156694
Text Example
Text Example
White with #156694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156694; }
p { color: rgb(21,102,148); }
H1.HeaderClassName
{
color: #156694;
}
.AnyTagClassName
{
color: #156694;
}
</style>
background-color css
<style>
a { background-color: #156694; }
a { background-color: rgb(21,102,148); }
div.DivClassName
{
background-color: #156694;
}
.BgClassName
{
background-color: #156694;
}
</style>
border-color css
<style>
span { border-color: #156694; }
span { border-color: rgb(21,102,148); }
td.TdClassName
{
border-color: #156694;
}
.TagClassName
{
border-color: #156694;
}
</style>