Shades of Endeavour #0B5E94
Tints of Endeavour #0B5E94
RGB
CMYK
RGB Variations
Color information
#0B5E94 (or 0x0B5E94) is known color: Endeavour. HEX triplet: 0B, 5E and 94. RGB value is (11,94,148). Sum of RGB (Red+Green+Blue) = 11+94+148=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #0B5E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5E94 is #F4A16B. Grayscale: #4B4B4B. Windows color (decimal): -16032108 or 9723403. OLE color: 9723403.
HSL color Cylindrical-coordinate representation of color #0B5E94: hue angle of 203.65º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B5E94 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 94 | 148 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.42 |
| HSL | 203.65º | 0.86% | 0.31% | - |
| HSV(B) | 203.65º | 0.93% | 0.58% | - |
| XYZ | 9.49 | 10.21 | 29.49 | - |
| YUV | 75.34 | 169 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 94 | 148 | 0.93 | 0.36 | 0 | 0.42 | 203.65 | 0.86 | 0.31 |
| Hex | B | 5E | 94 | 5D | 24 | 0 | 2A | CC | 56 | 1F |
| Octal | 13 | 136 | 224 | 135 | 44 | 0 | 52 | 314 | 126 | 37 |
| Binary | 1011 | 1011110 | 10010100 | 1011101 | 100100 | 0 | 101010 | 11001100 | 1010110 | 11111 |
Color Harmonies of #0B5E94
Complementary color
Monochromatic Colors of #0B5E94
Black with #0B5E94
Text Example
Text Example
White with #0B5E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5E94; }
p { color: rgb(11,94,148); }
H1.HeaderClassName
{
color: #0B5E94;
}
.AnyTagClassName
{
color: #0B5E94;
}
</style>
background-color css
<style>
a { background-color: #0B5E94; }
a { background-color: rgb(11,94,148); }
div.DivClassName
{
background-color: #0B5E94;
}
.BgClassName
{
background-color: #0B5E94;
}
</style>
border-color css
<style>
span { border-color: #0B5E94; }
span { border-color: rgb(11,94,148); }
td.TdClassName
{
border-color: #0B5E94;
}
.TagClassName
{
border-color: #0B5E94;
}
</style>