Shades of Endeavour #0F5994
Tints of Endeavour #0F5994
RGB
CMYK
RGB Variations
Color information
#0F5994 (or 0x0F5994) is known color: Endeavour. HEX triplet: 0F, 59 and 94. RGB value is (15,89,148). Sum of RGB (Red+Green+Blue) = 15+89+148=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F5994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5994 is #F0A66B. Grayscale: #494949. Windows color (decimal): -15771244 or 9722127. OLE color: 9722127.
HSL color Cylindrical-coordinate representation of color #0F5994: hue angle of 206.62º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F5994 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 89 | 148 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.42 |
| HSL | 206.62º | 0.82% | 0.32% | - |
| HSV(B) | 206.62º | 0.9% | 0.58% | - |
| XYZ | 9.11 | 9.38 | 29.35 | - |
| YUV | 73.6 | 169.98 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 89 | 148 | 0.90 | 0.40 | 0 | 0.42 | 206.62 | 0.82 | 0.32 |
| Hex | F | 59 | 94 | 5A | 28 | 0 | 2A | CF | 52 | 20 |
| Octal | 17 | 131 | 224 | 132 | 50 | 0 | 52 | 317 | 122 | 40 |
| Binary | 1111 | 1011001 | 10010100 | 1011010 | 101000 | 0 | 101010 | 11001111 | 1010010 | 100000 |
Color Harmonies of #0F5994
Complementary color
Monochromatic Colors of #0F5994
Black with #0F5994
Text Example
Text Example
White with #0F5994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5994; }
p { color: rgb(15,89,148); }
H1.HeaderClassName
{
color: #0F5994;
}
.AnyTagClassName
{
color: #0F5994;
}
</style>
background-color css
<style>
a { background-color: #0F5994; }
a { background-color: rgb(15,89,148); }
div.DivClassName
{
background-color: #0F5994;
}
.BgClassName
{
background-color: #0F5994;
}
</style>
border-color css
<style>
span { border-color: #0F5994; }
span { border-color: rgb(15,89,148); }
td.TdClassName
{
border-color: #0F5994;
}
.TagClassName
{
border-color: #0F5994;
}
</style>