Shades of Endeavour #0F5C95
Tints of Endeavour #0F5C95
RGB
CMYK
RGB Variations
Color information
#0F5C95 (or 0x0F5C95) is known color: Endeavour. HEX triplet: 0F, 5C and 95. RGB value is (15,92,149). Sum of RGB (Red+Green+Blue) = 15+92+149=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F5C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5C95 is #F0A36A. Grayscale: #4B4B4B. Windows color (decimal): -15770475 or 9788431. OLE color: 9788431.
HSL color Cylindrical-coordinate representation of color #0F5C95: hue angle of 205.52º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F5C95 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 92 | 149 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.42 |
| HSL | 205.52º | 0.82% | 0.32% | - |
| HSV(B) | 205.52º | 0.9% | 0.58% | - |
| XYZ | 9.45 | 9.93 | 29.85 | - |
| YUV | 75.48 | 169.49 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 92 | 149 | 0.90 | 0.38 | 0 | 0.42 | 205.52 | 0.82 | 0.32 |
| Hex | F | 5C | 95 | 5A | 26 | 0 | 2A | CE | 52 | 20 |
| Octal | 17 | 134 | 225 | 132 | 46 | 0 | 52 | 316 | 122 | 40 |
| Binary | 1111 | 1011100 | 10010101 | 1011010 | 100110 | 0 | 101010 | 11001110 | 1010010 | 100000 |
Color Harmonies of #0F5C95
Complementary color
Monochromatic Colors of #0F5C95
Black with #0F5C95
Text Example
Text Example
White with #0F5C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5C95; }
p { color: rgb(15,92,149); }
H1.HeaderClassName
{
color: #0F5C95;
}
.AnyTagClassName
{
color: #0F5C95;
}
</style>
background-color css
<style>
a { background-color: #0F5C95; }
a { background-color: rgb(15,92,149); }
div.DivClassName
{
background-color: #0F5C95;
}
.BgClassName
{
background-color: #0F5C95;
}
</style>
border-color css
<style>
span { border-color: #0F5C95; }
span { border-color: rgb(15,92,149); }
td.TdClassName
{
border-color: #0F5C95;
}
.TagClassName
{
border-color: #0F5C95;
}
</style>