Shades of Navy Blue #0B5CFD
Tints of Navy Blue #0B5CFD
RGB
CMYK
RGB Variations
Color information
#0B5CFD (or 0x0B5CFD) is known color: Navy Blue. HEX triplet: 0B, 5C and FD. RGB value is (11,92,253). Sum of RGB (Red+Green+Blue) = 11+92+253=356 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.09% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B5CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B5CFD is #F4A302. Grayscale: #555555. Windows color (decimal): -16032515 or 16604171. OLE color: 16604171.
HSL color Cylindrical-coordinate representation of color #0B5CFD: hue angle of 219.92º 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 #0B5CFD is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 92 | 253 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.01 |
| HSL | 219.92º | 0.98% | 0.52% | - |
| HSV(B) | 219.92º | 0.96% | 0.99% | - |
| XYZ | 21.69 | 14.82 | 94.65 | - |
| YUV | 86.14 | 222.16 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 92 | 253 | 0.96 | 0.64 | 0 | 0.01 | 219.92 | 0.98 | 0.52 |
| Hex | B | 5C | FD | 60 | 40 | 0 | 1 | DC | 62 | 34 |
| Octal | 13 | 134 | 375 | 140 | 100 | 0 | 1 | 334 | 142 | 64 |
| Binary | 1011 | 1011100 | 11111101 | 1100000 | 1000000 | 0 | 1 | 11011100 | 1100010 | 110100 |
Color Harmonies of #0B5CFD
Complementary color
Monochromatic Colors of #0B5CFD
Black with #0B5CFD
Text Example
Text Example
White with #0B5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5CFD; }
p { color: rgb(11,92,253); }
H1.HeaderClassName
{
color: #0B5CFD;
}
.AnyTagClassName
{
color: #0B5CFD;
}
</style>
background-color css
<style>
a { background-color: #0B5CFD; }
a { background-color: rgb(11,92,253); }
div.DivClassName
{
background-color: #0B5CFD;
}
.BgClassName
{
background-color: #0B5CFD;
}
</style>
border-color css
<style>
span { border-color: #0B5CFD; }
span { border-color: rgb(11,92,253); }
td.TdClassName
{
border-color: #0B5CFD;
}
.TagClassName
{
border-color: #0B5CFD;
}
</style>