Shades of Navy Blue #0B5EFD
Tints of Navy Blue #0B5EFD
RGB
CMYK
RGB Variations
Color information
#0B5EFD (or 0x0B5EFD) is known color: Navy Blue. HEX triplet: 0B, 5E and FD. RGB value is (11,94,253). Sum of RGB (Red+Green+Blue) = 11+94+253=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B5EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B5EFD is #F4A102. Grayscale: #565656. Windows color (decimal): -16032003 or 16604683. OLE color: 16604683.
HSL color Cylindrical-coordinate representation of color #0B5EFD: hue angle of 219.42º 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 #0B5EFD is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 94 | 253 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.01 |
| HSL | 219.42º | 0.98% | 0.52% | - |
| HSV(B) | 219.42º | 0.96% | 0.99% | - |
| XYZ | 21.87 | 15.17 | 94.7 | - |
| YUV | 87.31 | 221.5 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 94 | 253 | 0.96 | 0.63 | 0 | 0.01 | 219.42 | 0.98 | 0.52 |
| Hex | B | 5E | FD | 60 | 3F | 0 | 1 | DB | 62 | 34 |
| Octal | 13 | 136 | 375 | 140 | 77 | 0 | 1 | 333 | 142 | 64 |
| Binary | 1011 | 1011110 | 11111101 | 1100000 | 111111 | 0 | 1 | 11011011 | 1100010 | 110100 |
Color Harmonies of #0B5EFD
Complementary color
Monochromatic Colors of #0B5EFD
Black with #0B5EFD
Text Example
Text Example
White with #0B5EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5EFD; }
p { color: rgb(11,94,253); }
H1.HeaderClassName
{
color: #0B5EFD;
}
.AnyTagClassName
{
color: #0B5EFD;
}
</style>
background-color css
<style>
a { background-color: #0B5EFD; }
a { background-color: rgb(11,94,253); }
div.DivClassName
{
background-color: #0B5EFD;
}
.BgClassName
{
background-color: #0B5EFD;
}
</style>
border-color css
<style>
span { border-color: #0B5EFD; }
span { border-color: rgb(11,94,253); }
td.TdClassName
{
border-color: #0B5EFD;
}
.TagClassName
{
border-color: #0B5EFD;
}
</style>