Shades of Navy Blue #0B48FE
Tints of Navy Blue #0B48FE
RGB
CMYK
RGB Variations
Color information
#0B48FE (or 0x0B48FE) is known color: Navy Blue. HEX triplet: 0B, 48 and FE. RGB value is (11,72,254). Sum of RGB (Red+Green+Blue) = 11+72+254=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B48FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B48FE is #F4B701. Grayscale: #494949. Windows color (decimal): -16037634 or 16664587. OLE color: 16664587.
HSL color Cylindrical-coordinate representation of color #0B48FE: hue angle of 224.94º 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 #0B48FE is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 72 | 254 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.00 |
| HSL | 224.94º | 0.99% | 0.52% | - |
| HSV(B) | 224.94º | 0.96% | 1% | - |
| XYZ | 20.34 | 11.86 | 94.98 | - |
| YUV | 74.51 | 229.29 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 72 | 254 | 0.96 | 0.72 | 0 | 0.00 | 224.94 | 0.99 | 0.52 |
| Hex | B | 48 | FE | 60 | 48 | 0 | 0 | E1 | 63 | 34 |
| Octal | 13 | 110 | 376 | 140 | 110 | 0 | 0 | 341 | 143 | 64 |
| Binary | 1011 | 1001000 | 11111110 | 1100000 | 1001000 | 0 | 0 | 11100001 | 1100011 | 110100 |
Color Harmonies of #0B48FE
Complementary color
Monochromatic Colors of #0B48FE
Black with #0B48FE
Text Example
Text Example
White with #0B48FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B48FE; }
p { color: rgb(11,72,254); }
H1.HeaderClassName
{
color: #0B48FE;
}
.AnyTagClassName
{
color: #0B48FE;
}
</style>
background-color css
<style>
a { background-color: #0B48FE; }
a { background-color: rgb(11,72,254); }
div.DivClassName
{
background-color: #0B48FE;
}
.BgClassName
{
background-color: #0B48FE;
}
</style>
border-color css
<style>
span { border-color: #0B48FE; }
span { border-color: rgb(11,72,254); }
td.TdClassName
{
border-color: #0B48FE;
}
.TagClassName
{
border-color: #0B48FE;
}
</style>