Shades of Navy Blue #0B5DFC
Tints of Navy Blue #0B5DFC
RGB
CMYK
RGB Variations
Color information
#0B5DFC (or 0x0B5DFC) is known color: Navy Blue. HEX triplet: 0B, 5D and FC. RGB value is (11,93,252). Sum of RGB (Red+Green+Blue) = 11+93+252=356 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.09% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #0B5DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B5DFC is #F4A203. Grayscale: #555555. Windows color (decimal): -16032260 or 16538891. OLE color: 16538891.
HSL color Cylindrical-coordinate representation of color #0B5DFC: hue angle of 219.59º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B5DFC is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 93 | 252 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.01 |
| HSL | 219.59º | 0.98% | 0.52% | - |
| HSV(B) | 219.59º | 0.96% | 0.99% | - |
| XYZ | 21.62 | 14.93 | 93.84 | - |
| YUV | 86.61 | 221.33 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 93 | 252 | 0.96 | 0.63 | 0 | 0.01 | 219.59 | 0.98 | 0.52 |
| Hex | B | 5D | FC | 60 | 3F | 0 | 1 | DC | 62 | 34 |
| Octal | 13 | 135 | 374 | 140 | 77 | 0 | 1 | 334 | 142 | 64 |
| Binary | 1011 | 1011101 | 11111100 | 1100000 | 111111 | 0 | 1 | 11011100 | 1100010 | 110100 |
Color Harmonies of #0B5DFC
Complementary color
Monochromatic Colors of #0B5DFC
Black with #0B5DFC
Text Example
Text Example
White with #0B5DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5DFC; }
p { color: rgb(11,93,252); }
H1.HeaderClassName
{
color: #0B5DFC;
}
.AnyTagClassName
{
color: #0B5DFC;
}
</style>
background-color css
<style>
a { background-color: #0B5DFC; }
a { background-color: rgb(11,93,252); }
div.DivClassName
{
background-color: #0B5DFC;
}
.BgClassName
{
background-color: #0B5DFC;
}
</style>
border-color css
<style>
span { border-color: #0B5DFC; }
span { border-color: rgb(11,93,252); }
td.TdClassName
{
border-color: #0B5DFC;
}
.TagClassName
{
border-color: #0B5DFC;
}
</style>