Shades of Navy Blue #0D7DD2
Tints of Navy Blue #0D7DD2
RGB
CMYK
RGB Variations
Color information
#0D7DD2 (or 0x0D7DD2) is known color: Navy Blue. HEX triplet: 0D, 7D and D2. RGB value is (13,125,210). Sum of RGB (Red+Green+Blue) = 13+125+210=348 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.74% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 210 (82.42% from 255 or 60.34% from 348); Max value from RGB is 210 - color contains mainly: blue. Hex color #0D7DD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7DD2 is #F2822D. Grayscale: #646464. Windows color (decimal): -15893038 or 13794573. OLE color: 13794573.
HSL color Cylindrical-coordinate representation of color #0D7DD2: hue angle of 205.89º 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 #0D7DD2 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 125 | 210 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.18 |
| HSL | 205.89º | 0.88% | 0.44% | - |
| HSV(B) | 205.89º | 0.94% | 0.82% | - |
| XYZ | 19.13 | 19.41 | 63.71 | - |
| YUV | 101.2 | 189.39 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 125 | 210 | 0.94 | 0.40 | 0 | 0.18 | 205.89 | 0.88 | 0.44 |
| Hex | D | 7D | D2 | 5E | 28 | 0 | 12 | CE | 58 | 2C |
| Octal | 15 | 175 | 322 | 136 | 50 | 0 | 22 | 316 | 130 | 54 |
| Binary | 1101 | 1111101 | 11010010 | 1011110 | 101000 | 0 | 10010 | 11001110 | 1011000 | 101100 |
Color Harmonies of #0D7DD2
Complementary color
Monochromatic Colors of #0D7DD2
Black with #0D7DD2
Text Example
Text Example
White with #0D7DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7DD2; }
p { color: rgb(13,125,210); }
H1.HeaderClassName
{
color: #0D7DD2;
}
.AnyTagClassName
{
color: #0D7DD2;
}
</style>
background-color css
<style>
a { background-color: #0D7DD2; }
a { background-color: rgb(13,125,210); }
div.DivClassName
{
background-color: #0D7DD2;
}
.BgClassName
{
background-color: #0D7DD2;
}
</style>
border-color css
<style>
span { border-color: #0D7DD2; }
span { border-color: rgb(13,125,210); }
td.TdClassName
{
border-color: #0D7DD2;
}
.TagClassName
{
border-color: #0D7DD2;
}
</style>