Shades of Navy Blue #0B4BFE
Tints of Navy Blue #0B4BFE
RGB
CMYK
RGB Variations
Color information
#0B4BFE (or 0x0B4BFE) is known color: Navy Blue. HEX triplet: 0B, 4B and FE. RGB value is (11,75,254). Sum of RGB (Red+Green+Blue) = 11+75+254=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B4BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B4BFE is #F4B401. Grayscale: #4B4B4B. Windows color (decimal): -16036866 or 16665355. OLE color: 16665355.
HSL color Cylindrical-coordinate representation of color #0B4BFE: hue angle of 224.2º 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 #0B4BFE is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 75 | 254 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.00 |
| HSL | 224.2º | 0.99% | 0.52% | - |
| HSV(B) | 224.2º | 0.96% | 1% | - |
| XYZ | 20.54 | 12.26 | 95.05 | - |
| YUV | 76.27 | 228.3 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 75 | 254 | 0.96 | 0.70 | 0 | 0.00 | 224.2 | 0.99 | 0.52 |
| Hex | B | 4B | FE | 60 | 46 | 0 | 0 | E0 | 63 | 34 |
| Octal | 13 | 113 | 376 | 140 | 106 | 0 | 0 | 340 | 143 | 64 |
| Binary | 1011 | 1001011 | 11111110 | 1100000 | 1000110 | 0 | 0 | 11100000 | 1100011 | 110100 |
Color Harmonies of #0B4BFE
Complementary color
Monochromatic Colors of #0B4BFE
Black with #0B4BFE
Text Example
Text Example
White with #0B4BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4BFE; }
p { color: rgb(11,75,254); }
H1.HeaderClassName
{
color: #0B4BFE;
}
.AnyTagClassName
{
color: #0B4BFE;
}
</style>
background-color css
<style>
a { background-color: #0B4BFE; }
a { background-color: rgb(11,75,254); }
div.DivClassName
{
background-color: #0B4BFE;
}
.BgClassName
{
background-color: #0B4BFE;
}
</style>
border-color css
<style>
span { border-color: #0B4BFE; }
span { border-color: rgb(11,75,254); }
td.TdClassName
{
border-color: #0B4BFE;
}
.TagClassName
{
border-color: #0B4BFE;
}
</style>