Shades of Navy Blue #0D66D1
Tints of Navy Blue #0D66D1
RGB
CMYK
RGB Variations
Color information
#0D66D1 (or 0x0D66D1) is known color: Navy Blue. HEX triplet: 0D, 66 and D1. RGB value is (13,102,209). Sum of RGB (Red+Green+Blue) = 13+102+209=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 209 (82.03% from 255 or 64.51% from 324); Max value from RGB is 209 - color contains mainly: blue. Hex color #0D66D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D66D1 is #F2992E. Grayscale: #575757. Windows color (decimal): -15898927 or 13723149. OLE color: 13723149.
HSL color Cylindrical-coordinate representation of color #0D66D1: hue angle of 212.76º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D66D1 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 102 | 209 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.18 |
| HSL | 212.76º | 0.88% | 0.44% | - |
| HSV(B) | 212.76º | 0.94% | 0.82% | - |
| XYZ | 16.43 | 14.19 | 62.2 | - |
| YUV | 87.59 | 196.51 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 102 | 209 | 0.94 | 0.51 | 0 | 0.18 | 212.76 | 0.88 | 0.44 |
| Hex | D | 66 | D1 | 5E | 33 | 0 | 12 | D5 | 58 | 2C |
| Octal | 15 | 146 | 321 | 136 | 63 | 0 | 22 | 325 | 130 | 54 |
| Binary | 1101 | 1100110 | 11010001 | 1011110 | 110011 | 0 | 10010 | 11010101 | 1011000 | 101100 |
Color Harmonies of #0D66D1
Complementary color
Monochromatic Colors of #0D66D1
Black with #0D66D1
Text Example
Text Example
White with #0D66D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D66D1; }
p { color: rgb(13,102,209); }
H1.HeaderClassName
{
color: #0D66D1;
}
.AnyTagClassName
{
color: #0D66D1;
}
</style>
background-color css
<style>
a { background-color: #0D66D1; }
a { background-color: rgb(13,102,209); }
div.DivClassName
{
background-color: #0D66D1;
}
.BgClassName
{
background-color: #0D66D1;
}
</style>
border-color css
<style>
span { border-color: #0D66D1; }
span { border-color: rgb(13,102,209); }
td.TdClassName
{
border-color: #0D66D1;
}
.TagClassName
{
border-color: #0D66D1;
}
</style>