Shades of Endeavour #0F5893
Tints of Endeavour #0F5893
RGB
CMYK
RGB Variations
Color information
#0F5893 (or 0x0F5893) is known color: Endeavour. HEX triplet: 0F, 58 and 93. RGB value is (15,88,147). Sum of RGB (Red+Green+Blue) = 15+88+147=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #0F5893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5893 is #F0A76C. Grayscale: #484848. Windows color (decimal): -15771501 or 9656335. OLE color: 9656335.
HSL color Cylindrical-coordinate representation of color #0F5893: hue angle of 206.82º degrees, saturation: 0.81, 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 #0F5893 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 88 | 147 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.42 |
| HSL | 206.82º | 0.81% | 0.32% | - |
| HSV(B) | 206.82º | 0.9% | 0.58% | - |
| XYZ | 8.95 | 9.19 | 28.91 | - |
| YUV | 72.9 | 169.82 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 88 | 147 | 0.90 | 0.40 | 0 | 0.42 | 206.82 | 0.81 | 0.32 |
| Hex | F | 58 | 93 | 5A | 28 | 0 | 2A | CF | 51 | 20 |
| Octal | 17 | 130 | 223 | 132 | 50 | 0 | 52 | 317 | 121 | 40 |
| Binary | 1111 | 1011000 | 10010011 | 1011010 | 101000 | 0 | 101010 | 11001111 | 1010001 | 100000 |
Color Harmonies of #0F5893
Complementary color
Monochromatic Colors of #0F5893
Black with #0F5893
Text Example
Text Example
White with #0F5893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5893; }
p { color: rgb(15,88,147); }
H1.HeaderClassName
{
color: #0F5893;
}
.AnyTagClassName
{
color: #0F5893;
}
</style>
background-color css
<style>
a { background-color: #0F5893; }
a { background-color: rgb(15,88,147); }
div.DivClassName
{
background-color: #0F5893;
}
.BgClassName
{
background-color: #0F5893;
}
</style>
border-color css
<style>
span { border-color: #0F5893; }
span { border-color: rgb(15,88,147); }
td.TdClassName
{
border-color: #0F5893;
}
.TagClassName
{
border-color: #0F5893;
}
</style>