Shades of Navy Blue #0D66DC
Tints of Navy Blue #0D66DC
RGB
CMYK
RGB Variations
Color information
#0D66DC (or 0x0D66DC) is known color: Navy Blue. HEX triplet: 0D, 66 and DC. RGB value is (13,102,220). Sum of RGB (Red+Green+Blue) = 13+102+220=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D66DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D66DC is #F29923. Grayscale: #585858. Windows color (decimal): -15898916 or 14444045. OLE color: 14444045.
HSL color Cylindrical-coordinate representation of color #0D66DC: hue angle of 214.2º 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 #0D66DC is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 102 | 220 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.14 |
| HSL | 214.2º | 0.89% | 0.46% | - |
| HSV(B) | 214.2º | 0.94% | 0.86% | - |
| XYZ | 17.84 | 14.76 | 69.62 | - |
| YUV | 88.84 | 202.01 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 102 | 220 | 0.94 | 0.54 | 0 | 0.14 | 214.2 | 0.89 | 0.46 |
| Hex | D | 66 | DC | 5E | 36 | 0 | E | D6 | 59 | 2E |
| Octal | 15 | 146 | 334 | 136 | 66 | 0 | 16 | 326 | 131 | 56 |
| Binary | 1101 | 1100110 | 11011100 | 1011110 | 110110 | 0 | 1110 | 11010110 | 1011001 | 101110 |
Color Harmonies of #0D66DC
Complementary color
Monochromatic Colors of #0D66DC
Black with #0D66DC
Text Example
Text Example
White with #0D66DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D66DC; }
p { color: rgb(13,102,220); }
H1.HeaderClassName
{
color: #0D66DC;
}
.AnyTagClassName
{
color: #0D66DC;
}
</style>
background-color css
<style>
a { background-color: #0D66DC; }
a { background-color: rgb(13,102,220); }
div.DivClassName
{
background-color: #0D66DC;
}
.BgClassName
{
background-color: #0D66DC;
}
</style>
border-color css
<style>
span { border-color: #0D66DC; }
span { border-color: rgb(13,102,220); }
td.TdClassName
{
border-color: #0D66DC;
}
.TagClassName
{
border-color: #0D66DC;
}
</style>