Shades of Navy Blue #0B54FE
Tints of Navy Blue #0B54FE
RGB
CMYK
RGB Variations
Color information
#0B54FE (or 0x0B54FE) is known color: Navy Blue. HEX triplet: 0B, 54 and FE. RGB value is (11,84,254). Sum of RGB (Red+Green+Blue) = 11+84+254=349 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.15% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B54FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B54FE is #F4AB01. Grayscale: #505050. Windows color (decimal): -16034562 or 16667659. OLE color: 16667659.
HSL color Cylindrical-coordinate representation of color #0B54FE: hue angle of 221.98º 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 #0B54FE is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 84 | 254 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.00 |
| HSL | 221.98º | 0.99% | 0.52% | - |
| HSV(B) | 221.98º | 0.96% | 1% | - |
| XYZ | 21.2 | 13.57 | 95.27 | - |
| YUV | 81.55 | 225.32 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 84 | 254 | 0.96 | 0.67 | 0 | 0.00 | 221.98 | 0.99 | 0.52 |
| Hex | B | 54 | FE | 60 | 43 | 0 | 0 | DE | 63 | 34 |
| Octal | 13 | 124 | 376 | 140 | 103 | 0 | 0 | 336 | 143 | 64 |
| Binary | 1011 | 1010100 | 11111110 | 1100000 | 1000011 | 0 | 0 | 11011110 | 1100011 | 110100 |
Color Harmonies of #0B54FE
Complementary color
Monochromatic Colors of #0B54FE
Black with #0B54FE
Text Example
Text Example
White with #0B54FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B54FE; }
p { color: rgb(11,84,254); }
H1.HeaderClassName
{
color: #0B54FE;
}
.AnyTagClassName
{
color: #0B54FE;
}
</style>
background-color css
<style>
a { background-color: #0B54FE; }
a { background-color: rgb(11,84,254); }
div.DivClassName
{
background-color: #0B54FE;
}
.BgClassName
{
background-color: #0B54FE;
}
</style>
border-color css
<style>
span { border-color: #0B54FE; }
span { border-color: rgb(11,84,254); }
td.TdClassName
{
border-color: #0B54FE;
}
.TagClassName
{
border-color: #0B54FE;
}
</style>