Shades of Navy Blue #0B5CDF
Tints of Navy Blue #0B5CDF
RGB
CMYK
RGB Variations
Color information
#0B5CDF (or 0x0B5CDF) is known color: Navy Blue. HEX triplet: 0B, 5C and DF. RGB value is (11,92,223). Sum of RGB (Red+Green+Blue) = 11+92+223=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B5CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5CDF is #F4A320. Grayscale: #525252. Windows color (decimal): -16032545 or 14638091. OLE color: 14638091.
HSL color Cylindrical-coordinate representation of color #0B5CDF: hue angle of 217.08º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B5CDF is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 92 | 223 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.13 |
| HSL | 217.08º | 0.91% | 0.46% | - |
| HSV(B) | 217.08º | 0.95% | 0.87% | - |
| XYZ | 17.28 | 13.05 | 71.42 | - |
| YUV | 82.72 | 207.16 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 92 | 223 | 0.95 | 0.59 | 0 | 0.13 | 217.08 | 0.91 | 0.46 |
| Hex | B | 5C | DF | 5F | 3B | 0 | D | D9 | 5B | 2E |
| Octal | 13 | 134 | 337 | 137 | 73 | 0 | 15 | 331 | 133 | 56 |
| Binary | 1011 | 1011100 | 11011111 | 1011111 | 111011 | 0 | 1101 | 11011001 | 1011011 | 101110 |
Color Harmonies of #0B5CDF
Complementary color
Monochromatic Colors of #0B5CDF
Black with #0B5CDF
Text Example
Text Example
White with #0B5CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5CDF; }
p { color: rgb(11,92,223); }
H1.HeaderClassName
{
color: #0B5CDF;
}
.AnyTagClassName
{
color: #0B5CDF;
}
</style>
background-color css
<style>
a { background-color: #0B5CDF; }
a { background-color: rgb(11,92,223); }
div.DivClassName
{
background-color: #0B5CDF;
}
.BgClassName
{
background-color: #0B5CDF;
}
</style>
border-color css
<style>
span { border-color: #0B5CDF; }
span { border-color: rgb(11,92,223); }
td.TdClassName
{
border-color: #0B5CDF;
}
.TagClassName
{
border-color: #0B5CDF;
}
</style>