Shades of Endeavour #0F619C
Tints of Endeavour #0F619C
RGB
CMYK
RGB Variations
Color information
#0F619C (or 0x0F619C) is known color: Endeavour. HEX triplet: 0F, 61 and 9C. RGB value is (15,97,156). Sum of RGB (Red+Green+Blue) = 15+97+156=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F619C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F619C is #F09E63. Grayscale: #4E4E4E. Windows color (decimal): -15769188 or 10248463. OLE color: 10248463.
HSL color Cylindrical-coordinate representation of color #0F619C: hue angle of 205.11º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F619C is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 97 | 156 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.39 |
| HSL | 205.11º | 0.82% | 0.34% | - |
| HSV(B) | 205.11º | 0.9% | 0.61% | - |
| XYZ | 10.47 | 11.05 | 33.03 | - |
| YUV | 79.21 | 171.33 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 156 | 0.90 | 0.38 | 0 | 0.39 | 205.11 | 0.82 | 0.34 |
| Hex | F | 61 | 9C | 5A | 26 | 0 | 27 | CD | 52 | 22 |
| Octal | 17 | 141 | 234 | 132 | 46 | 0 | 47 | 315 | 122 | 42 |
| Binary | 1111 | 1100001 | 10011100 | 1011010 | 100110 | 0 | 100111 | 11001101 | 1010010 | 100010 |
Color Harmonies of #0F619C
Complementary color
Monochromatic Colors of #0F619C
Black with #0F619C
Text Example
Text Example
White with #0F619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F619C; }
p { color: rgb(15,97,156); }
H1.HeaderClassName
{
color: #0F619C;
}
.AnyTagClassName
{
color: #0F619C;
}
</style>
background-color css
<style>
a { background-color: #0F619C; }
a { background-color: rgb(15,97,156); }
div.DivClassName
{
background-color: #0F619C;
}
.BgClassName
{
background-color: #0F619C;
}
</style>
border-color css
<style>
span { border-color: #0F619C; }
span { border-color: rgb(15,97,156); }
td.TdClassName
{
border-color: #0F619C;
}
.TagClassName
{
border-color: #0F619C;
}
</style>