Shades of Endeavour #0F609D
Tints of Endeavour #0F609D
RGB
CMYK
RGB Variations
Color information
#0F609D (or 0x0F609D) is known color: Endeavour. HEX triplet: 0F, 60 and 9D. RGB value is (15,96,157). Sum of RGB (Red+Green+Blue) = 15+96+157=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F609D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F609D is #F09F62. Grayscale: #4E4E4E. Windows color (decimal): -15769443 or 10313743. OLE color: 10313743.
HSL color Cylindrical-coordinate representation of color #0F609D: hue angle of 205.77º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F609D is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 96 | 157 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.38 |
| HSL | 205.77º | 0.83% | 0.34% | - |
| HSV(B) | 205.77º | 0.9% | 0.62% | - |
| XYZ | 10.47 | 10.9 | 33.45 | - |
| YUV | 78.74 | 172.16 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 157 | 0.90 | 0.39 | 0 | 0.38 | 205.77 | 0.83 | 0.34 |
| Hex | F | 60 | 9D | 5A | 27 | 0 | 26 | CE | 53 | 22 |
| Octal | 17 | 140 | 235 | 132 | 47 | 0 | 46 | 316 | 123 | 42 |
| Binary | 1111 | 1100000 | 10011101 | 1011010 | 100111 | 0 | 100110 | 11001110 | 1010011 | 100010 |
Color Harmonies of #0F609D
Complementary color
Monochromatic Colors of #0F609D
Black with #0F609D
Text Example
Text Example
White with #0F609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F609D; }
p { color: rgb(15,96,157); }
H1.HeaderClassName
{
color: #0F609D;
}
.AnyTagClassName
{
color: #0F609D;
}
</style>
background-color css
<style>
a { background-color: #0F609D; }
a { background-color: rgb(15,96,157); }
div.DivClassName
{
background-color: #0F609D;
}
.BgClassName
{
background-color: #0F609D;
}
</style>
border-color css
<style>
span { border-color: #0F609D; }
span { border-color: rgb(15,96,157); }
td.TdClassName
{
border-color: #0F609D;
}
.TagClassName
{
border-color: #0F609D;
}
</style>