Shades of Navy Blue #0B4DFE
Tints of Navy Blue #0B4DFE
RGB
CMYK
RGB Variations
Color information
#0B4DFE (or 0x0B4DFE) is known color: Navy Blue. HEX triplet: 0B, 4D and FE. RGB value is (11,77,254). Sum of RGB (Red+Green+Blue) = 11+77+254=342 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.22% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B4DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B4DFE is #F4B201. Grayscale: #4C4C4C. Windows color (decimal): -16036354 or 16665867. OLE color: 16665867.
HSL color Cylindrical-coordinate representation of color #0B4DFE: hue angle of 223.7º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B4DFE is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 77 | 254 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.00 |
| HSL | 223.7º | 0.99% | 0.52% | - |
| HSV(B) | 223.7º | 0.96% | 1% | - |
| XYZ | 20.68 | 12.53 | 95.1 | - |
| YUV | 77.44 | 227.63 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 77 | 254 | 0.96 | 0.70 | 0 | 0.00 | 223.7 | 0.99 | 0.52 |
| Hex | B | 4D | FE | 60 | 46 | 0 | 0 | E0 | 63 | 34 |
| Octal | 13 | 115 | 376 | 140 | 106 | 0 | 0 | 340 | 143 | 64 |
| Binary | 1011 | 1001101 | 11111110 | 1100000 | 1000110 | 0 | 0 | 11100000 | 1100011 | 110100 |
Color Harmonies of #0B4DFE
Complementary color
Monochromatic Colors of #0B4DFE
Black with #0B4DFE
Text Example
Text Example
White with #0B4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4DFE; }
p { color: rgb(11,77,254); }
H1.HeaderClassName
{
color: #0B4DFE;
}
.AnyTagClassName
{
color: #0B4DFE;
}
</style>
background-color css
<style>
a { background-color: #0B4DFE; }
a { background-color: rgb(11,77,254); }
div.DivClassName
{
background-color: #0B4DFE;
}
.BgClassName
{
background-color: #0B4DFE;
}
</style>
border-color css
<style>
span { border-color: #0B4DFE; }
span { border-color: rgb(11,77,254); }
td.TdClassName
{
border-color: #0B4DFE;
}
.TagClassName
{
border-color: #0B4DFE;
}
</style>