Shades of Endeavour #0F6399
Tints of Endeavour #0F6399
RGB
CMYK
RGB Variations
Color information
#0F6399 (or 0x0F6399) is known color: Endeavour. HEX triplet: 0F, 63 and 99. RGB value is (15,99,153). Sum of RGB (Red+Green+Blue) = 15+99+153=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F6399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6399 is #F09C66. Grayscale: #4F4F4F. Windows color (decimal): -15768679 or 10052367. OLE color: 10052367.
HSL color Cylindrical-coordinate representation of color #0F6399: hue angle of 203.48º 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 #0F6399 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 99 | 153 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.4 |
| HSL | 203.48º | 0.82% | 0.33% | - |
| HSV(B) | 203.48º | 0.9% | 0.6% | - |
| XYZ | 10.41 | 11.33 | 31.77 | - |
| YUV | 80.04 | 169.17 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 99 | 153 | 0.90 | 0.35 | 0 | 0.4 | 203.48 | 0.82 | 0.33 |
| Hex | F | 63 | 99 | 5A | 23 | 0 | 28 | CB | 52 | 21 |
| Octal | 17 | 143 | 231 | 132 | 43 | 0 | 50 | 313 | 122 | 41 |
| Binary | 1111 | 1100011 | 10011001 | 1011010 | 100011 | 0 | 101000 | 11001011 | 1010010 | 100001 |
Color Harmonies of #0F6399
Complementary color
Monochromatic Colors of #0F6399
Black with #0F6399
Text Example
Text Example
White with #0F6399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6399; }
p { color: rgb(15,99,153); }
H1.HeaderClassName
{
color: #0F6399;
}
.AnyTagClassName
{
color: #0F6399;
}
</style>
background-color css
<style>
a { background-color: #0F6399; }
a { background-color: rgb(15,99,153); }
div.DivClassName
{
background-color: #0F6399;
}
.BgClassName
{
background-color: #0F6399;
}
</style>
border-color css
<style>
span { border-color: #0F6399; }
span { border-color: rgb(15,99,153); }
td.TdClassName
{
border-color: #0F6399;
}
.TagClassName
{
border-color: #0F6399;
}
</style>