Shades of Navy Blue #0D5CCD
Tints of Navy Blue #0D5CCD
RGB
CMYK
RGB Variations
Color information
#0D5CCD (or 0x0D5CCD) is known color: Navy Blue. HEX triplet: 0D, 5C and CD. RGB value is (13,92,205). Sum of RGB (Red+Green+Blue) = 13+92+205=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #0D5CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5CCD is #F2A332. Grayscale: #505050. Windows color (decimal): -15901491 or 13458445. OLE color: 13458445.
HSL color Cylindrical-coordinate representation of color #0D5CCD: hue angle of 215.31º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D5CCD is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 92 | 205 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.20 |
| HSL | 215.31º | 0.88% | 0.43% | - |
| HSV(B) | 215.31º | 0.94% | 0.8% | - |
| XYZ | 15.01 | 12.15 | 59.31 | - |
| YUV | 81.26 | 197.83 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 92 | 205 | 0.94 | 0.55 | 0 | 0.20 | 215.31 | 0.88 | 0.43 |
| Hex | D | 5C | CD | 5E | 37 | 0 | 14 | D7 | 58 | 2B |
| Octal | 15 | 134 | 315 | 136 | 67 | 0 | 24 | 327 | 130 | 53 |
| Binary | 1101 | 1011100 | 11001101 | 1011110 | 110111 | 0 | 10100 | 11010111 | 1011000 | 101011 |
Color Harmonies of #0D5CCD
Complementary color
Monochromatic Colors of #0D5CCD
Black with #0D5CCD
Text Example
Text Example
White with #0D5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5CCD; }
p { color: rgb(13,92,205); }
H1.HeaderClassName
{
color: #0D5CCD;
}
.AnyTagClassName
{
color: #0D5CCD;
}
</style>
background-color css
<style>
a { background-color: #0D5CCD; }
a { background-color: rgb(13,92,205); }
div.DivClassName
{
background-color: #0D5CCD;
}
.BgClassName
{
background-color: #0D5CCD;
}
</style>
border-color css
<style>
span { border-color: #0D5CCD; }
span { border-color: rgb(13,92,205); }
td.TdClassName
{
border-color: #0D5CCD;
}
.TagClassName
{
border-color: #0D5CCD;
}
</style>