Shades of Endeavour #0F5892
Tints of Endeavour #0F5892
RGB
CMYK
RGB Variations
Color information
#0F5892 (or 0x0F5892) is known color: Endeavour. HEX triplet: 0F, 58 and 92. RGB value is (15,88,146). Sum of RGB (Red+Green+Blue) = 15+88+146=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F5892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5892 is #F0A76D. Grayscale: #484848. Windows color (decimal): -15771502 or 9590799. OLE color: 9590799.
HSL color Cylindrical-coordinate representation of color #0F5892: hue angle of 206.56º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F5892 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 88 | 146 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.43 |
| HSL | 206.56º | 0.81% | 0.32% | - |
| HSV(B) | 206.56º | 0.9% | 0.57% | - |
| XYZ | 8.88 | 9.16 | 28.49 | - |
| YUV | 72.79 | 169.32 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 88 | 146 | 0.90 | 0.40 | 0 | 0.43 | 206.56 | 0.81 | 0.32 |
| Hex | F | 58 | 92 | 5A | 28 | 0 | 2B | CF | 51 | 20 |
| Octal | 17 | 130 | 222 | 132 | 50 | 0 | 53 | 317 | 121 | 40 |
| Binary | 1111 | 1011000 | 10010010 | 1011010 | 101000 | 0 | 101011 | 11001111 | 1010001 | 100000 |
Color Harmonies of #0F5892
Complementary color
Monochromatic Colors of #0F5892
Black with #0F5892
Text Example
Text Example
White with #0F5892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5892; }
p { color: rgb(15,88,146); }
H1.HeaderClassName
{
color: #0F5892;
}
.AnyTagClassName
{
color: #0F5892;
}
</style>
background-color css
<style>
a { background-color: #0F5892; }
a { background-color: rgb(15,88,146); }
div.DivClassName
{
background-color: #0F5892;
}
.BgClassName
{
background-color: #0F5892;
}
</style>
border-color css
<style>
span { border-color: #0F5892; }
span { border-color: rgb(15,88,146); }
td.TdClassName
{
border-color: #0F5892;
}
.TagClassName
{
border-color: #0F5892;
}
</style>