Shades of Navy Blue #0D6CD5
Tints of Navy Blue #0D6CD5
RGB
CMYK
RGB Variations
Color information
#0D6CD5 (or 0x0D6CD5) is known color: Navy Blue. HEX triplet: 0D, 6C and D5. RGB value is (13,108,213). Sum of RGB (Red+Green+Blue) = 13+108+213=334 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.89% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 213 (83.59% from 255 or 63.77% from 334); Max value from RGB is 213 - color contains mainly: blue. Hex color #0D6CD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6CD5 is #F2932A. Grayscale: #5B5B5B. Windows color (decimal): -15897387 or 13986829. OLE color: 13986829.
HSL color Cylindrical-coordinate representation of color #0D6CD5: hue angle of 211.5º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D6CD5 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 108 | 213 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.16 |
| HSL | 211.5º | 0.88% | 0.44% | - |
| HSV(B) | 211.5º | 0.94% | 0.84% | - |
| XYZ | 17.54 | 15.61 | 65.04 | - |
| YUV | 91.57 | 196.53 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 108 | 213 | 0.94 | 0.49 | 0 | 0.16 | 211.5 | 0.88 | 0.44 |
| Hex | D | 6C | D5 | 5E | 31 | 0 | 10 | D4 | 58 | 2C |
| Octal | 15 | 154 | 325 | 136 | 61 | 0 | 20 | 324 | 130 | 54 |
| Binary | 1101 | 1101100 | 11010101 | 1011110 | 110001 | 0 | 10000 | 11010100 | 1011000 | 101100 |
Color Harmonies of #0D6CD5
Complementary color
Monochromatic Colors of #0D6CD5
Black with #0D6CD5
Text Example
Text Example
White with #0D6CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6CD5; }
p { color: rgb(13,108,213); }
H1.HeaderClassName
{
color: #0D6CD5;
}
.AnyTagClassName
{
color: #0D6CD5;
}
</style>
background-color css
<style>
a { background-color: #0D6CD5; }
a { background-color: rgb(13,108,213); }
div.DivClassName
{
background-color: #0D6CD5;
}
.BgClassName
{
background-color: #0D6CD5;
}
</style>
border-color css
<style>
span { border-color: #0D6CD5; }
span { border-color: rgb(13,108,213); }
td.TdClassName
{
border-color: #0D6CD5;
}
.TagClassName
{
border-color: #0D6CD5;
}
</style>