Shades of Navy Blue #0B54FC
Tints of Navy Blue #0B54FC
RGB
CMYK
RGB Variations
Color information
#0B54FC (or 0x0B54FC) is known color: Navy Blue. HEX triplet: 0B, 54 and FC. RGB value is (11,84,252). Sum of RGB (Red+Green+Blue) = 11+84+252=347 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.17% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 252 (98.83% from 255 or 72.62% from 347); Max value from RGB is 252 - color contains mainly: blue. Hex color #0B54FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B54FC is #F4AB03. Grayscale: #505050. Windows color (decimal): -16034564 or 16536587. OLE color: 16536587.
HSL color Cylindrical-coordinate representation of color #0B54FC: hue angle of 221.83º 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 #0B54FC is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 84 | 252 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.01 |
| HSL | 221.83º | 0.98% | 0.52% | - |
| HSV(B) | 221.83º | 0.96% | 0.99% | - |
| XYZ | 20.88 | 13.44 | 93.59 | - |
| YUV | 81.33 | 224.32 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 84 | 252 | 0.96 | 0.67 | 0 | 0.01 | 221.83 | 0.98 | 0.52 |
| Hex | B | 54 | FC | 60 | 43 | 0 | 1 | DE | 62 | 34 |
| Octal | 13 | 124 | 374 | 140 | 103 | 0 | 1 | 336 | 142 | 64 |
| Binary | 1011 | 1010100 | 11111100 | 1100000 | 1000011 | 0 | 1 | 11011110 | 1100010 | 110100 |
Color Harmonies of #0B54FC
Complementary color
Monochromatic Colors of #0B54FC
Black with #0B54FC
Text Example
Text Example
White with #0B54FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B54FC; }
p { color: rgb(11,84,252); }
H1.HeaderClassName
{
color: #0B54FC;
}
.AnyTagClassName
{
color: #0B54FC;
}
</style>
background-color css
<style>
a { background-color: #0B54FC; }
a { background-color: rgb(11,84,252); }
div.DivClassName
{
background-color: #0B54FC;
}
.BgClassName
{
background-color: #0B54FC;
}
</style>
border-color css
<style>
span { border-color: #0B54FC; }
span { border-color: rgb(11,84,252); }
td.TdClassName
{
border-color: #0B54FC;
}
.TagClassName
{
border-color: #0B54FC;
}
</style>