Shades of Navy Blue #0D60CB
Tints of Navy Blue #0D60CB
RGB
CMYK
RGB Variations
Color information
#0D60CB (or 0x0D60CB) is known color: Navy Blue. HEX triplet: 0D, 60 and CB. RGB value is (13,96,203). Sum of RGB (Red+Green+Blue) = 13+96+203=312 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.17% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #0D60CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D60CB is #F29F34. Grayscale: #525252. Windows color (decimal): -15900469 or 13328397. OLE color: 13328397.
HSL color Cylindrical-coordinate representation of color #0D60CB: hue angle of 213.79º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D60CB is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 96 | 203 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.20 |
| HSL | 213.79º | 0.88% | 0.42% | - |
| HSV(B) | 213.79º | 0.94% | 0.8% | - |
| XYZ | 15.13 | 12.76 | 58.17 | - |
| YUV | 83.38 | 195.5 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 96 | 203 | 0.94 | 0.53 | 0 | 0.20 | 213.79 | 0.88 | 0.42 |
| Hex | D | 60 | CB | 5E | 35 | 0 | 14 | D6 | 58 | 2A |
| Octal | 15 | 140 | 313 | 136 | 65 | 0 | 24 | 326 | 130 | 52 |
| Binary | 1101 | 1100000 | 11001011 | 1011110 | 110101 | 0 | 10100 | 11010110 | 1011000 | 101010 |
Color Harmonies of #0D60CB
Complementary color
Monochromatic Colors of #0D60CB
Black with #0D60CB
Text Example
Text Example
White with #0D60CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D60CB; }
p { color: rgb(13,96,203); }
H1.HeaderClassName
{
color: #0D60CB;
}
.AnyTagClassName
{
color: #0D60CB;
}
</style>
background-color css
<style>
a { background-color: #0D60CB; }
a { background-color: rgb(13,96,203); }
div.DivClassName
{
background-color: #0D60CB;
}
.BgClassName
{
background-color: #0D60CB;
}
</style>
border-color css
<style>
span { border-color: #0D60CB; }
span { border-color: rgb(13,96,203); }
td.TdClassName
{
border-color: #0D60CB;
}
.TagClassName
{
border-color: #0D60CB;
}
</style>