Shades of Navy Blue #0B5DD0
Tints of Navy Blue #0B5DD0
RGB
CMYK
RGB Variations
Color information
#0B5DD0 (or 0x0B5DD0) is known color: Navy Blue. HEX triplet: 0B, 5D and D0. RGB value is (11,93,208). Sum of RGB (Red+Green+Blue) = 11+93+208=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 208 (81.64% from 255 or 66.67% from 312); Max value from RGB is 208 - color contains mainly: blue. Hex color #0B5DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5DD0 is #F4A22F. Grayscale: #515151. Windows color (decimal): -16032304 or 13655307. OLE color: 13655307.
HSL color Cylindrical-coordinate representation of color #0B5DD0: hue angle of 215.03º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B5DD0 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 93 | 208 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.18 |
| HSL | 215.03º | 0.9% | 0.43% | - |
| HSV(B) | 215.03º | 0.95% | 0.82% | - |
| XYZ | 15.44 | 12.45 | 61.26 | - |
| YUV | 81.59 | 199.33 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 93 | 208 | 0.95 | 0.55 | 0 | 0.18 | 215.03 | 0.9 | 0.43 |
| Hex | B | 5D | D0 | 5F | 37 | 0 | 12 | D7 | 5A | 2B |
| Octal | 13 | 135 | 320 | 137 | 67 | 0 | 22 | 327 | 132 | 53 |
| Binary | 1011 | 1011101 | 11010000 | 1011111 | 110111 | 0 | 10010 | 11010111 | 1011010 | 101011 |
Color Harmonies of #0B5DD0
Complementary color
Monochromatic Colors of #0B5DD0
Black with #0B5DD0
Text Example
Text Example
White with #0B5DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5DD0; }
p { color: rgb(11,93,208); }
H1.HeaderClassName
{
color: #0B5DD0;
}
.AnyTagClassName
{
color: #0B5DD0;
}
</style>
background-color css
<style>
a { background-color: #0B5DD0; }
a { background-color: rgb(11,93,208); }
div.DivClassName
{
background-color: #0B5DD0;
}
.BgClassName
{
background-color: #0B5DD0;
}
</style>
border-color css
<style>
span { border-color: #0B5DD0; }
span { border-color: rgb(11,93,208); }
td.TdClassName
{
border-color: #0B5DD0;
}
.TagClassName
{
border-color: #0B5DD0;
}
</style>