Shades of Navy Blue #0B4BFC
Tints of Navy Blue #0B4BFC
RGB
CMYK
RGB Variations
Color information
#0B4BFC (or 0x0B4BFC) is known color: Navy Blue. HEX triplet: 0B, 4B and FC. RGB value is (11,75,252). Sum of RGB (Red+Green+Blue) = 11+75+252=338 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.25% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 252 (98.83% from 255 or 74.56% from 338); Max value from RGB is 252 - color contains mainly: blue. Hex color #0B4BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B4BFC is #F4B403. Grayscale: #4B4B4B. Windows color (decimal): -16036868 or 16534283. OLE color: 16534283.
HSL color Cylindrical-coordinate representation of color #0B4BFC: hue angle of 224.07º 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 #0B4BFC is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 75 | 252 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.01 |
| HSL | 224.07º | 0.98% | 0.52% | - |
| HSV(B) | 224.07º | 0.96% | 0.99% | - |
| XYZ | 20.22 | 12.13 | 93.37 | - |
| YUV | 76.04 | 227.3 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 75 | 252 | 0.96 | 0.70 | 0 | 0.01 | 224.07 | 0.98 | 0.52 |
| Hex | B | 4B | FC | 60 | 46 | 0 | 1 | E0 | 62 | 34 |
| Octal | 13 | 113 | 374 | 140 | 106 | 0 | 1 | 340 | 142 | 64 |
| Binary | 1011 | 1001011 | 11111100 | 1100000 | 1000110 | 0 | 1 | 11100000 | 1100010 | 110100 |
Color Harmonies of #0B4BFC
Complementary color
Monochromatic Colors of #0B4BFC
Black with #0B4BFC
Text Example
Text Example
White with #0B4BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4BFC; }
p { color: rgb(11,75,252); }
H1.HeaderClassName
{
color: #0B4BFC;
}
.AnyTagClassName
{
color: #0B4BFC;
}
</style>
background-color css
<style>
a { background-color: #0B4BFC; }
a { background-color: rgb(11,75,252); }
div.DivClassName
{
background-color: #0B4BFC;
}
.BgClassName
{
background-color: #0B4BFC;
}
</style>
border-color css
<style>
span { border-color: #0B4BFC; }
span { border-color: rgb(11,75,252); }
td.TdClassName
{
border-color: #0B4BFC;
}
.TagClassName
{
border-color: #0B4BFC;
}
</style>