Shades of Endeavour #0F6298
Tints of Endeavour #0F6298
RGB
CMYK
RGB Variations
Color information
#0F6298 (or 0x0F6298) is known color: Endeavour. HEX triplet: 0F, 62 and 98. RGB value is (15,98,152). Sum of RGB (Red+Green+Blue) = 15+98+152=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F6298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6298 is #F09D67. Grayscale: #4F4F4F. Windows color (decimal): -15768936 or 9986575. OLE color: 9986575.
HSL color Cylindrical-coordinate representation of color #0F6298: hue angle of 203.65º 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 #0F6298 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 98 | 152 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.40 |
| HSL | 203.65º | 0.82% | 0.33% | - |
| HSV(B) | 203.65º | 0.9% | 0.6% | - |
| XYZ | 10.23 | 11.1 | 31.31 | - |
| YUV | 79.34 | 169 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 98 | 152 | 0.90 | 0.36 | 0 | 0.40 | 203.65 | 0.82 | 0.33 |
| Hex | F | 62 | 98 | 5A | 24 | 0 | 28 | CC | 52 | 21 |
| Octal | 17 | 142 | 230 | 132 | 44 | 0 | 50 | 314 | 122 | 41 |
| Binary | 1111 | 1100010 | 10011000 | 1011010 | 100100 | 0 | 101000 | 11001100 | 1010010 | 100001 |
Color Harmonies of #0F6298
Complementary color
Monochromatic Colors of #0F6298
Black with #0F6298
Text Example
Text Example
White with #0F6298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6298; }
p { color: rgb(15,98,152); }
H1.HeaderClassName
{
color: #0F6298;
}
.AnyTagClassName
{
color: #0F6298;
}
</style>
background-color css
<style>
a { background-color: #0F6298; }
a { background-color: rgb(15,98,152); }
div.DivClassName
{
background-color: #0F6298;
}
.BgClassName
{
background-color: #0F6298;
}
</style>
border-color css
<style>
span { border-color: #0F6298; }
span { border-color: rgb(15,98,152); }
td.TdClassName
{
border-color: #0F6298;
}
.TagClassName
{
border-color: #0F6298;
}
</style>