Shades of Navy Blue #0D65DC
Tints of Navy Blue #0D65DC
RGB
CMYK
RGB Variations
Color information
#0D65DC (or 0x0D65DC) is known color: Navy Blue. HEX triplet: 0D, 65 and DC. RGB value is (13,101,220). Sum of RGB (Red+Green+Blue) = 13+101+220=334 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.89% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D65DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D65DC is #F29A23. Grayscale: #575757. Windows color (decimal): -15899172 or 14443789. OLE color: 14443789.
HSL color Cylindrical-coordinate representation of color #0D65DC: hue angle of 214.49º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D65DC is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 101 | 220 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.14 |
| HSL | 214.49º | 0.89% | 0.46% | - |
| HSV(B) | 214.49º | 0.94% | 0.86% | - |
| XYZ | 17.74 | 14.56 | 69.59 | - |
| YUV | 88.25 | 202.35 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 101 | 220 | 0.94 | 0.54 | 0 | 0.14 | 214.49 | 0.89 | 0.46 |
| Hex | D | 65 | DC | 5E | 36 | 0 | E | D6 | 59 | 2E |
| Octal | 15 | 145 | 334 | 136 | 66 | 0 | 16 | 326 | 131 | 56 |
| Binary | 1101 | 1100101 | 11011100 | 1011110 | 110110 | 0 | 1110 | 11010110 | 1011001 | 101110 |
Color Harmonies of #0D65DC
Complementary color
Monochromatic Colors of #0D65DC
Black with #0D65DC
Text Example
Text Example
White with #0D65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D65DC; }
p { color: rgb(13,101,220); }
H1.HeaderClassName
{
color: #0D65DC;
}
.AnyTagClassName
{
color: #0D65DC;
}
</style>
background-color css
<style>
a { background-color: #0D65DC; }
a { background-color: rgb(13,101,220); }
div.DivClassName
{
background-color: #0D65DC;
}
.BgClassName
{
background-color: #0D65DC;
}
</style>
border-color css
<style>
span { border-color: #0D65DC; }
span { border-color: rgb(13,101,220); }
td.TdClassName
{
border-color: #0D65DC;
}
.TagClassName
{
border-color: #0D65DC;
}
</style>