Shades of Endeavour #0F5795
Tints of Endeavour #0F5795
RGB
CMYK
RGB Variations
Color information
#0F5795 (or 0x0F5795) is known color: Endeavour. HEX triplet: 0F, 57 and 95. RGB value is (15,87,149). Sum of RGB (Red+Green+Blue) = 15+87+149=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F5795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5795 is #F0A86A. Grayscale: #484848. Windows color (decimal): -15771755 or 9787151. OLE color: 9787151.
HSL color Cylindrical-coordinate representation of color #0F5795: hue angle of 207.76º 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 #0F5795 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 87 | 149 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.42 |
| HSL | 207.76º | 0.82% | 0.32% | - |
| HSV(B) | 207.76º | 0.9% | 0.58% | - |
| XYZ | 9.03 | 9.09 | 29.71 | - |
| YUV | 72.54 | 171.15 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 87 | 149 | 0.90 | 0.42 | 0 | 0.42 | 207.76 | 0.82 | 0.32 |
| Hex | F | 57 | 95 | 5A | 2A | 0 | 2A | D0 | 52 | 20 |
| Octal | 17 | 127 | 225 | 132 | 52 | 0 | 52 | 320 | 122 | 40 |
| Binary | 1111 | 1010111 | 10010101 | 1011010 | 101010 | 0 | 101010 | 11010000 | 1010010 | 100000 |
Color Harmonies of #0F5795
Complementary color
Monochromatic Colors of #0F5795
Black with #0F5795
Text Example
Text Example
White with #0F5795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5795; }
p { color: rgb(15,87,149); }
H1.HeaderClassName
{
color: #0F5795;
}
.AnyTagClassName
{
color: #0F5795;
}
</style>
background-color css
<style>
a { background-color: #0F5795; }
a { background-color: rgb(15,87,149); }
div.DivClassName
{
background-color: #0F5795;
}
.BgClassName
{
background-color: #0F5795;
}
</style>
border-color css
<style>
span { border-color: #0F5795; }
span { border-color: rgb(15,87,149); }
td.TdClassName
{
border-color: #0F5795;
}
.TagClassName
{
border-color: #0F5795;
}
</style>