Shades of Navy Blue #0B5FCD
Tints of Navy Blue #0B5FCD
RGB
CMYK
RGB Variations
Color information
#0B5FCD (or 0x0B5FCD) is known color: Navy Blue. HEX triplet: 0B, 5F and CD. RGB value is (11,95,205). Sum of RGB (Red+Green+Blue) = 11+95+205=311 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.54% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 205 (80.47% from 255 or 65.92% from 311); Max value from RGB is 205 - color contains mainly: blue. Hex color #0B5FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5FCD is #F4A032. Grayscale: #515151. Windows color (decimal): -16031795 or 13459211. OLE color: 13459211.
HSL color Cylindrical-coordinate representation of color #0B5FCD: hue angle of 214.02º 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 #0B5FCD is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 95 | 205 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.20 |
| HSL | 214.02º | 0.9% | 0.42% | - |
| HSV(B) | 214.02º | 0.95% | 0.8% | - |
| XYZ | 15.25 | 12.66 | 59.4 | - |
| YUV | 82.42 | 197.17 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 95 | 205 | 0.95 | 0.54 | 0 | 0.20 | 214.02 | 0.9 | 0.42 |
| Hex | B | 5F | CD | 5F | 36 | 0 | 14 | D6 | 5A | 2A |
| Octal | 13 | 137 | 315 | 137 | 66 | 0 | 24 | 326 | 132 | 52 |
| Binary | 1011 | 1011111 | 11001101 | 1011111 | 110110 | 0 | 10100 | 11010110 | 1011010 | 101010 |
Color Harmonies of #0B5FCD
Complementary color
Monochromatic Colors of #0B5FCD
Black with #0B5FCD
Text Example
Text Example
White with #0B5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5FCD; }
p { color: rgb(11,95,205); }
H1.HeaderClassName
{
color: #0B5FCD;
}
.AnyTagClassName
{
color: #0B5FCD;
}
</style>
background-color css
<style>
a { background-color: #0B5FCD; }
a { background-color: rgb(11,95,205); }
div.DivClassName
{
background-color: #0B5FCD;
}
.BgClassName
{
background-color: #0B5FCD;
}
</style>
border-color css
<style>
span { border-color: #0B5FCD; }
span { border-color: rgb(11,95,205); }
td.TdClassName
{
border-color: #0B5FCD;
}
.TagClassName
{
border-color: #0B5FCD;
}
</style>