Shades of Navy Blue #0B53FE
Tints of Navy Blue #0B53FE
RGB
CMYK
RGB Variations
Color information
#0B53FE (or 0x0B53FE) is known color: Navy Blue. HEX triplet: 0B, 53 and FE. RGB value is (11,83,254). Sum of RGB (Red+Green+Blue) = 11+83+254=348 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.16% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B53FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B53FE is #F4AC01. Grayscale: #505050. Windows color (decimal): -16034818 or 16667403. OLE color: 16667403.
HSL color Cylindrical-coordinate representation of color #0B53FE: hue angle of 222.22º 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 #0B53FE is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 83 | 254 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.00 |
| HSL | 222.22º | 0.99% | 0.52% | - |
| HSV(B) | 222.22º | 0.96% | 1% | - |
| XYZ | 21.12 | 13.41 | 95.24 | - |
| YUV | 80.97 | 225.65 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 83 | 254 | 0.96 | 0.67 | 0 | 0.00 | 222.22 | 0.99 | 0.52 |
| Hex | B | 53 | FE | 60 | 43 | 0 | 0 | DE | 63 | 34 |
| Octal | 13 | 123 | 376 | 140 | 103 | 0 | 0 | 336 | 143 | 64 |
| Binary | 1011 | 1010011 | 11111110 | 1100000 | 1000011 | 0 | 0 | 11011110 | 1100011 | 110100 |
Color Harmonies of #0B53FE
Complementary color
Monochromatic Colors of #0B53FE
Black with #0B53FE
Text Example
Text Example
White with #0B53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B53FE; }
p { color: rgb(11,83,254); }
H1.HeaderClassName
{
color: #0B53FE;
}
.AnyTagClassName
{
color: #0B53FE;
}
</style>
background-color css
<style>
a { background-color: #0B53FE; }
a { background-color: rgb(11,83,254); }
div.DivClassName
{
background-color: #0B53FE;
}
.BgClassName
{
background-color: #0B53FE;
}
</style>
border-color css
<style>
span { border-color: #0B53FE; }
span { border-color: rgb(11,83,254); }
td.TdClassName
{
border-color: #0B53FE;
}
.TagClassName
{
border-color: #0B53FE;
}
</style>