Shades of Navy Blue #0D65CD
Tints of Navy Blue #0D65CD
RGB
CMYK
RGB Variations
Color information
#0D65CD (or 0x0D65CD) is known color: Navy Blue. HEX triplet: 0D, 65 and CD. RGB value is (13,101,205). Sum of RGB (Red+Green+Blue) = 13+101+205=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #0D65CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D65CD is #F29A32. Grayscale: #565656. Windows color (decimal): -15899187 or 13460749. OLE color: 13460749.
HSL color Cylindrical-coordinate representation of color #0D65CD: hue angle of 212.5º 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 #0D65CD is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 101 | 205 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.20 |
| HSL | 212.5º | 0.88% | 0.43% | - |
| HSV(B) | 212.5º | 0.94% | 0.8% | - |
| XYZ | 15.84 | 13.8 | 59.59 | - |
| YUV | 86.54 | 194.85 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 101 | 205 | 0.94 | 0.51 | 0 | 0.20 | 212.5 | 0.88 | 0.43 |
| Hex | D | 65 | CD | 5E | 33 | 0 | 14 | D4 | 58 | 2B |
| Octal | 15 | 145 | 315 | 136 | 63 | 0 | 24 | 324 | 130 | 53 |
| Binary | 1101 | 1100101 | 11001101 | 1011110 | 110011 | 0 | 10100 | 11010100 | 1011000 | 101011 |
Color Harmonies of #0D65CD
Complementary color
Monochromatic Colors of #0D65CD
Black with #0D65CD
Text Example
Text Example
White with #0D65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D65CD; }
p { color: rgb(13,101,205); }
H1.HeaderClassName
{
color: #0D65CD;
}
.AnyTagClassName
{
color: #0D65CD;
}
</style>
background-color css
<style>
a { background-color: #0D65CD; }
a { background-color: rgb(13,101,205); }
div.DivClassName
{
background-color: #0D65CD;
}
.BgClassName
{
background-color: #0D65CD;
}
</style>
border-color css
<style>
span { border-color: #0D65CD; }
span { border-color: rgb(13,101,205); }
td.TdClassName
{
border-color: #0D65CD;
}
.TagClassName
{
border-color: #0D65CD;
}
</style>