Shades of Endeavour #0C5E98
Tints of Endeavour #0C5E98
RGB
CMYK
RGB Variations
Color information
#0C5E98 (or 0x0C5E98) is known color: Endeavour. HEX triplet: 0C, 5E and 98. RGB value is (12,94,152). Sum of RGB (Red+Green+Blue) = 12+94+152=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C5E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5E98 is #F3A167. Grayscale: #4B4B4B. Windows color (decimal): -15966568 or 9985548. OLE color: 9985548.
HSL color Cylindrical-coordinate representation of color #0C5E98: hue angle of 204.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C5E98 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 94 | 152 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.40 |
| HSL | 204.86º | 0.85% | 0.32% | - |
| HSV(B) | 204.86º | 0.92% | 0.6% | - |
| XYZ | 9.82 | 10.35 | 31.19 | - |
| YUV | 76.09 | 170.83 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 94 | 152 | 0.92 | 0.38 | 0 | 0.40 | 204.86 | 0.85 | 0.32 |
| Hex | C | 5E | 98 | 5C | 26 | 0 | 28 | CD | 55 | 20 |
| Octal | 14 | 136 | 230 | 134 | 46 | 0 | 50 | 315 | 125 | 40 |
| Binary | 1100 | 1011110 | 10011000 | 1011100 | 100110 | 0 | 101000 | 11001101 | 1010101 | 100000 |
Color Harmonies of #0C5E98
Complementary color
Monochromatic Colors of #0C5E98
Black with #0C5E98
Text Example
Text Example
White with #0C5E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5E98; }
p { color: rgb(12,94,152); }
H1.HeaderClassName
{
color: #0C5E98;
}
.AnyTagClassName
{
color: #0C5E98;
}
</style>
background-color css
<style>
a { background-color: #0C5E98; }
a { background-color: rgb(12,94,152); }
div.DivClassName
{
background-color: #0C5E98;
}
.BgClassName
{
background-color: #0C5E98;
}
</style>
border-color css
<style>
span { border-color: #0C5E98; }
span { border-color: rgb(12,94,152); }
td.TdClassName
{
border-color: #0C5E98;
}
.TagClassName
{
border-color: #0C5E98;
}
</style>