Shades of Navy Blue #0B57FE
Tints of Navy Blue #0B57FE
RGB
CMYK
RGB Variations
Color information
#0B57FE (or 0x0B57FE) is known color: Navy Blue. HEX triplet: 0B, 57 and FE. RGB value is (11,87,254). Sum of RGB (Red+Green+Blue) = 11+87+254=352 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B57FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B57FE is #F4A801. Grayscale: #525252. Windows color (decimal): -16033794 or 16668427. OLE color: 16668427.
HSL color Cylindrical-coordinate representation of color #0B57FE: hue angle of 221.23º 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 #0B57FE is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 87 | 254 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.00 |
| HSL | 221.23º | 0.99% | 0.52% | - |
| HSV(B) | 221.23º | 0.96% | 1% | - |
| XYZ | 21.44 | 14.04 | 95.35 | - |
| YUV | 83.31 | 224.32 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 87 | 254 | 0.96 | 0.66 | 0 | 0.00 | 221.23 | 0.99 | 0.52 |
| Hex | B | 57 | FE | 60 | 42 | 0 | 0 | DD | 63 | 34 |
| Octal | 13 | 127 | 376 | 140 | 102 | 0 | 0 | 335 | 143 | 64 |
| Binary | 1011 | 1010111 | 11111110 | 1100000 | 1000010 | 0 | 0 | 11011101 | 1100011 | 110100 |
Color Harmonies of #0B57FE
Complementary color
Monochromatic Colors of #0B57FE
Black with #0B57FE
Text Example
Text Example
White with #0B57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B57FE; }
p { color: rgb(11,87,254); }
H1.HeaderClassName
{
color: #0B57FE;
}
.AnyTagClassName
{
color: #0B57FE;
}
</style>
background-color css
<style>
a { background-color: #0B57FE; }
a { background-color: rgb(11,87,254); }
div.DivClassName
{
background-color: #0B57FE;
}
.BgClassName
{
background-color: #0B57FE;
}
</style>
border-color css
<style>
span { border-color: #0B57FE; }
span { border-color: rgb(11,87,254); }
td.TdClassName
{
border-color: #0B57FE;
}
.TagClassName
{
border-color: #0B57FE;
}
</style>