Shades of Navy Blue #0B5BCB
Tints of Navy Blue #0B5BCB
RGB
CMYK
RGB Variations
Color information
#0B5BCB (or 0x0B5BCB) is known color: Navy Blue. HEX triplet: 0B, 5B and CB. RGB value is (11,91,203). Sum of RGB (Red+Green+Blue) = 11+91+203=305 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.61% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #0B5BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5BCB is #F4A434. Grayscale: #4F4F4F. Windows color (decimal): -16032821 or 13327115. OLE color: 13327115.
HSL color Cylindrical-coordinate representation of color #0B5BCB: hue angle of 215º 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 #0B5BCB is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 91 | 203 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.20 |
| HSL | 215º | 0.9% | 0.42% | - |
| HSV(B) | 215º | 0.95% | 0.8% | - |
| XYZ | 14.66 | 11.87 | 58.02 | - |
| YUV | 79.85 | 197.5 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 91 | 203 | 0.95 | 0.55 | 0 | 0.20 | 215 | 0.9 | 0.42 |
| Hex | B | 5B | CB | 5F | 37 | 0 | 14 | D7 | 5A | 2A |
| Octal | 13 | 133 | 313 | 137 | 67 | 0 | 24 | 327 | 132 | 52 |
| Binary | 1011 | 1011011 | 11001011 | 1011111 | 110111 | 0 | 10100 | 11010111 | 1011010 | 101010 |
Color Harmonies of #0B5BCB
Complementary color
Monochromatic Colors of #0B5BCB
Black with #0B5BCB
Text Example
Text Example
White with #0B5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5BCB; }
p { color: rgb(11,91,203); }
H1.HeaderClassName
{
color: #0B5BCB;
}
.AnyTagClassName
{
color: #0B5BCB;
}
</style>
background-color css
<style>
a { background-color: #0B5BCB; }
a { background-color: rgb(11,91,203); }
div.DivClassName
{
background-color: #0B5BCB;
}
.BgClassName
{
background-color: #0B5BCB;
}
</style>
border-color css
<style>
span { border-color: #0B5BCB; }
span { border-color: rgb(11,91,203); }
td.TdClassName
{
border-color: #0B5BCB;
}
.TagClassName
{
border-color: #0B5BCB;
}
</style>