Shades of Navy #0D0270
Tints of Navy #0D0270
RGB
CMYK
RGB Variations
Color information
#0D0270 (or 0x0D0270) is known color: Navy. HEX triplet: 0D, 02 and 70. RGB value is (13,2,112). Sum of RGB (Red+Green+Blue) = 13+2+112=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 112 (44.14% from 255 or 88.19% from 127); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D0270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0270 is #F2FD8F. Grayscale: #111111. Windows color (decimal): -15924624 or 7340557. OLE color: 7340557.
HSL color Cylindrical-coordinate representation of color #0D0270: hue angle of 246º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D0270 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 2 | 112 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.56 |
| HSL | 246º | 0.96% | 0.22% | - |
| HSV(B) | 246º | 0.98% | 0.44% | - |
| XYZ | 3.11 | 1.3 | 15.42 | - |
| YUV | 17.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 112 | 0.88 | 0.98 | 0 | 0.56 | 246 | 0.96 | 0.22 |
| Hex | D | 2 | 70 | 58 | 62 | 0 | 38 | F6 | 60 | 16 |
| Octal | 15 | 2 | 160 | 130 | 142 | 0 | 70 | 366 | 140 | 26 |
| Binary | 1101 | 10 | 1110000 | 1011000 | 1100010 | 0 | 111000 | 11110110 | 1100000 | 10110 |
Color Harmonies of #0D0270
Complementary color
Monochromatic Colors of #0D0270
Black with #0D0270
Text Example
Text Example
White with #0D0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0270; }
p { color: rgb(13,2,112); }
H1.HeaderClassName
{
color: #0D0270;
}
.AnyTagClassName
{
color: #0D0270;
}
</style>
background-color css
<style>
a { background-color: #0D0270; }
a { background-color: rgb(13,2,112); }
div.DivClassName
{
background-color: #0D0270;
}
.BgClassName
{
background-color: #0D0270;
}
</style>
border-color css
<style>
span { border-color: #0D0270; }
span { border-color: rgb(13,2,112); }
td.TdClassName
{
border-color: #0D0270;
}
.TagClassName
{
border-color: #0D0270;
}
</style>