Shades of Endeavour #0F6199
Tints of Endeavour #0F6199
RGB
CMYK
RGB Variations
Color information
#0F6199 (or 0x0F6199) is known color: Endeavour. HEX triplet: 0F, 61 and 99. RGB value is (15,97,153). Sum of RGB (Red+Green+Blue) = 15+97+153=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F6199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6199 is #F09E66. Grayscale: #4E4E4E. Windows color (decimal): -15769191 or 10051855. OLE color: 10051855.
HSL color Cylindrical-coordinate representation of color #0F6199: hue angle of 204.35º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F6199 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 97 | 153 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.4 |
| HSL | 204.35º | 0.82% | 0.33% | - |
| HSV(B) | 204.35º | 0.9% | 0.6% | - |
| XYZ | 10.22 | 10.95 | 31.71 | - |
| YUV | 78.87 | 169.83 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 153 | 0.90 | 0.37 | 0 | 0.4 | 204.35 | 0.82 | 0.33 |
| Hex | F | 61 | 99 | 5A | 25 | 0 | 28 | CC | 52 | 21 |
| Octal | 17 | 141 | 231 | 132 | 45 | 0 | 50 | 314 | 122 | 41 |
| Binary | 1111 | 1100001 | 10011001 | 1011010 | 100101 | 0 | 101000 | 11001100 | 1010010 | 100001 |
Color Harmonies of #0F6199
Complementary color
Monochromatic Colors of #0F6199
Black with #0F6199
Text Example
Text Example
White with #0F6199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6199; }
p { color: rgb(15,97,153); }
H1.HeaderClassName
{
color: #0F6199;
}
.AnyTagClassName
{
color: #0F6199;
}
</style>
background-color css
<style>
a { background-color: #0F6199; }
a { background-color: rgb(15,97,153); }
div.DivClassName
{
background-color: #0F6199;
}
.BgClassName
{
background-color: #0F6199;
}
</style>
border-color css
<style>
span { border-color: #0F6199; }
span { border-color: rgb(15,97,153); }
td.TdClassName
{
border-color: #0F6199;
}
.TagClassName
{
border-color: #0F6199;
}
</style>