Shades of Navy Blue #0B5DCD
Tints of Navy Blue #0B5DCD
RGB
CMYK
RGB Variations
Color information
#0B5DCD (or 0x0B5DCD) is known color: Navy Blue. HEX triplet: 0B, 5D and CD. RGB value is (11,93,205). Sum of RGB (Red+Green+Blue) = 11+93+205=309 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.56% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #0B5DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5DCD is #F4A232. Grayscale: #505050. Windows color (decimal): -16032307 or 13458699. OLE color: 13458699.
HSL color Cylindrical-coordinate representation of color #0B5DCD: hue angle of 214.64º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B5DCD is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 93 | 205 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.20 |
| HSL | 214.64º | 0.9% | 0.42% | - |
| HSV(B) | 214.64º | 0.95% | 0.8% | - |
| XYZ | 15.07 | 12.31 | 59.34 | - |
| YUV | 81.25 | 197.83 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 93 | 205 | 0.95 | 0.55 | 0 | 0.20 | 214.64 | 0.9 | 0.42 |
| Hex | B | 5D | CD | 5F | 37 | 0 | 14 | D7 | 5A | 2A |
| Octal | 13 | 135 | 315 | 137 | 67 | 0 | 24 | 327 | 132 | 52 |
| Binary | 1011 | 1011101 | 11001101 | 1011111 | 110111 | 0 | 10100 | 11010111 | 1011010 | 101010 |
Color Harmonies of #0B5DCD
Complementary color
Monochromatic Colors of #0B5DCD
Black with #0B5DCD
Text Example
Text Example
White with #0B5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5DCD; }
p { color: rgb(11,93,205); }
H1.HeaderClassName
{
color: #0B5DCD;
}
.AnyTagClassName
{
color: #0B5DCD;
}
</style>
background-color css
<style>
a { background-color: #0B5DCD; }
a { background-color: rgb(11,93,205); }
div.DivClassName
{
background-color: #0B5DCD;
}
.BgClassName
{
background-color: #0B5DCD;
}
</style>
border-color css
<style>
span { border-color: #0B5DCD; }
span { border-color: rgb(11,93,205); }
td.TdClassName
{
border-color: #0B5DCD;
}
.TagClassName
{
border-color: #0B5DCD;
}
</style>