Shades of Navy Blue #0B60ED
Tints of Navy Blue #0B60ED
RGB
CMYK
RGB Variations
Color information
#0B60ED (or 0x0B60ED) is known color: Navy Blue. HEX triplet: 0B, 60 and ED. RGB value is (11,96,237). Sum of RGB (Red+Green+Blue) = 11+96+237=344 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.20% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #0B60ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B60ED is #F49F12. Grayscale: #565656. Windows color (decimal): -16031507 or 15556619. OLE color: 15556619.
HSL color Cylindrical-coordinate representation of color #0B60ED: hue angle of 217.43º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B60ED is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 96 | 237 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.07 |
| HSL | 217.43º | 0.91% | 0.49% | - |
| HSV(B) | 217.43º | 0.95% | 0.93% | - |
| XYZ | 19.61 | 14.55 | 81.9 | - |
| YUV | 86.66 | 212.84 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 96 | 237 | 0.95 | 0.59 | 0 | 0.07 | 217.43 | 0.91 | 0.49 |
| Hex | B | 60 | ED | 5F | 3B | 0 | 7 | D9 | 5B | 31 |
| Octal | 13 | 140 | 355 | 137 | 73 | 0 | 7 | 331 | 133 | 61 |
| Binary | 1011 | 1100000 | 11101101 | 1011111 | 111011 | 0 | 111 | 11011001 | 1011011 | 110001 |
Color Harmonies of #0B60ED
Complementary color
Monochromatic Colors of #0B60ED
Black with #0B60ED
Text Example
Text Example
White with #0B60ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B60ED; }
p { color: rgb(11,96,237); }
H1.HeaderClassName
{
color: #0B60ED;
}
.AnyTagClassName
{
color: #0B60ED;
}
</style>
background-color css
<style>
a { background-color: #0B60ED; }
a { background-color: rgb(11,96,237); }
div.DivClassName
{
background-color: #0B60ED;
}
.BgClassName
{
background-color: #0B60ED;
}
</style>
border-color css
<style>
span { border-color: #0B60ED; }
span { border-color: rgb(11,96,237); }
td.TdClassName
{
border-color: #0B60ED;
}
.TagClassName
{
border-color: #0B60ED;
}
</style>