Shades of Navy Blue #0B57F7
Tints of Navy Blue #0B57F7
RGB
CMYK
RGB Variations
Color information
#0B57F7 (or 0x0B57F7) is known color: Navy Blue. HEX triplet: 0B, 57 and F7. RGB value is (11,87,247). Sum of RGB (Red+Green+Blue) = 11+87+247=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 247 (96.88% from 255 or 71.59% from 345); Max value from RGB is 247 - color contains mainly: blue. Hex color #0B57F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B57F7 is #F4A808. Grayscale: #515151. Windows color (decimal): -16033801 or 16209675. OLE color: 16209675.
HSL color Cylindrical-coordinate representation of color #0B57F7: hue angle of 220.68º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B57F7 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 87 | 247 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.03 |
| HSL | 220.68º | 0.94% | 0.51% | - |
| HSV(B) | 220.68º | 0.96% | 0.97% | - |
| XYZ | 20.33 | 13.6 | 89.55 | - |
| YUV | 82.52 | 220.82 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 87 | 247 | 0.96 | 0.65 | 0 | 0.03 | 220.68 | 0.94 | 0.51 |
| Hex | B | 57 | F7 | 60 | 41 | 0 | 3 | DD | 5E | 33 |
| Octal | 13 | 127 | 367 | 140 | 101 | 0 | 3 | 335 | 136 | 63 |
| Binary | 1011 | 1010111 | 11110111 | 1100000 | 1000001 | 0 | 11 | 11011101 | 1011110 | 110011 |
Color Harmonies of #0B57F7
Complementary color
Monochromatic Colors of #0B57F7
Black with #0B57F7
Text Example
Text Example
White with #0B57F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B57F7; }
p { color: rgb(11,87,247); }
H1.HeaderClassName
{
color: #0B57F7;
}
.AnyTagClassName
{
color: #0B57F7;
}
</style>
background-color css
<style>
a { background-color: #0B57F7; }
a { background-color: rgb(11,87,247); }
div.DivClassName
{
background-color: #0B57F7;
}
.BgClassName
{
background-color: #0B57F7;
}
</style>
border-color css
<style>
span { border-color: #0B57F7; }
span { border-color: rgb(11,87,247); }
td.TdClassName
{
border-color: #0B57F7;
}
.TagClassName
{
border-color: #0B57F7;
}
</style>