Shades of Navy Blue #0B57DF
Tints of Navy Blue #0B57DF
RGB
CMYK
RGB Variations
Color information
#0B57DF (or 0x0B57DF) is known color: Navy Blue. HEX triplet: 0B, 57 and DF. RGB value is (11,87,223). Sum of RGB (Red+Green+Blue) = 11+87+223=321 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.43% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B57DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B57DF is #F4A820. Grayscale: #4F4F4F. Windows color (decimal): -16033825 or 14636811. OLE color: 14636811.
HSL color Cylindrical-coordinate representation of color #0B57DF: hue angle of 218.49º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B57DF is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 87 | 223 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.13 |
| HSL | 218.49º | 0.91% | 0.46% | - |
| HSV(B) | 218.49º | 0.95% | 0.87% | - |
| XYZ | 16.87 | 12.22 | 71.28 | - |
| YUV | 79.78 | 208.82 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 87 | 223 | 0.95 | 0.61 | 0 | 0.13 | 218.49 | 0.91 | 0.46 |
| Hex | B | 57 | DF | 5F | 3D | 0 | D | DA | 5B | 2E |
| Octal | 13 | 127 | 337 | 137 | 75 | 0 | 15 | 332 | 133 | 56 |
| Binary | 1011 | 1010111 | 11011111 | 1011111 | 111101 | 0 | 1101 | 11011010 | 1011011 | 101110 |
Color Harmonies of #0B57DF
Complementary color
Monochromatic Colors of #0B57DF
Black with #0B57DF
Text Example
Text Example
White with #0B57DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B57DF; }
p { color: rgb(11,87,223); }
H1.HeaderClassName
{
color: #0B57DF;
}
.AnyTagClassName
{
color: #0B57DF;
}
</style>
background-color css
<style>
a { background-color: #0B57DF; }
a { background-color: rgb(11,87,223); }
div.DivClassName
{
background-color: #0B57DF;
}
.BgClassName
{
background-color: #0B57DF;
}
</style>
border-color css
<style>
span { border-color: #0B57DF; }
span { border-color: rgb(11,87,223); }
td.TdClassName
{
border-color: #0B57DF;
}
.TagClassName
{
border-color: #0B57DF;
}
</style>