Shades of Endeavour #0F609A
Tints of Endeavour #0F609A
RGB
CMYK
RGB Variations
Color information
#0F609A (or 0x0F609A) is known color: Endeavour. HEX triplet: 0F, 60 and 9A. RGB value is (15,96,154). Sum of RGB (Red+Green+Blue) = 15+96+154=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F609A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F609A is #F09F65. Grayscale: #4E4E4E. Windows color (decimal): -15769446 or 10117135. OLE color: 10117135.
HSL color Cylindrical-coordinate representation of color #0F609A: hue angle of 205.04º 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 #0F609A is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 96 | 154 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.40 |
| HSL | 205.04º | 0.82% | 0.33% | - |
| HSV(B) | 205.04º | 0.9% | 0.6% | - |
| XYZ | 10.21 | 10.8 | 32.12 | - |
| YUV | 78.39 | 170.66 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 154 | 0.90 | 0.38 | 0 | 0.40 | 205.04 | 0.82 | 0.33 |
| Hex | F | 60 | 9A | 5A | 26 | 0 | 28 | CD | 52 | 21 |
| Octal | 17 | 140 | 232 | 132 | 46 | 0 | 50 | 315 | 122 | 41 |
| Binary | 1111 | 1100000 | 10011010 | 1011010 | 100110 | 0 | 101000 | 11001101 | 1010010 | 100001 |
Color Harmonies of #0F609A
Complementary color
Monochromatic Colors of #0F609A
Black with #0F609A
Text Example
Text Example
White with #0F609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F609A; }
p { color: rgb(15,96,154); }
H1.HeaderClassName
{
color: #0F609A;
}
.AnyTagClassName
{
color: #0F609A;
}
</style>
background-color css
<style>
a { background-color: #0F609A; }
a { background-color: rgb(15,96,154); }
div.DivClassName
{
background-color: #0F609A;
}
.BgClassName
{
background-color: #0F609A;
}
</style>
border-color css
<style>
span { border-color: #0F609A; }
span { border-color: rgb(15,96,154); }
td.TdClassName
{
border-color: #0F609A;
}
.TagClassName
{
border-color: #0F609A;
}
</style>