Shades of Navy #0D007F
Tints of Navy #0D007F
RGB
CMYK
RGB Variations
Color information
#0D007F (or 0x0D007F) is known color: Navy. HEX triplet: 0D, 00 and 7F. RGB value is (13,0,127). Sum of RGB (Red+Green+Blue) = 13+0+127=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 127 (50% from 255 or 90.71% from 140); Max value from RGB is 127 - color contains mainly: blue. Hex color #0D007F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D007F is #F2FF80. Grayscale: #111111. Windows color (decimal): -15925121 or 8323085. OLE color: 8323085.
HSL color Cylindrical-coordinate representation of color #0D007F: hue angle of 246.14º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D007F is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 0 | 127 | - |
| CMYK | 0.90 | 1 | 0 | 0.50 |
| HSL | 246.14º | 1% | 0.25% | - |
| HSV(B) | 246.14º | 1% | 0.5% | - |
| XYZ | 4 | 1.62 | 20.18 | - |
| YUV | 18.37 | 189.31 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 127 | 0.90 | 1 | 0 | 0.50 | 246.14 | 1 | 0.25 |
| Hex | D | 0 | 7F | 5A | 64 | 0 | 32 | F6 | 64 | 19 |
| Octal | 15 | 0 | 177 | 132 | 144 | 0 | 62 | 366 | 144 | 31 |
| Binary | 1101 | 0 | 1111111 | 1011010 | 1100100 | 0 | 110010 | 11110110 | 1100100 | 11001 |
Color Harmonies of #0D007F
Complementary color
Monochromatic Colors of #0D007F
Black with #0D007F
Text Example
Text Example
White with #0D007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D007F; }
p { color: rgb(13,0,127); }
H1.HeaderClassName
{
color: #0D007F;
}
.AnyTagClassName
{
color: #0D007F;
}
</style>
background-color css
<style>
a { background-color: #0D007F; }
a { background-color: rgb(13,0,127); }
div.DivClassName
{
background-color: #0D007F;
}
.BgClassName
{
background-color: #0D007F;
}
</style>
border-color css
<style>
span { border-color: #0D007F; }
span { border-color: rgb(13,0,127); }
td.TdClassName
{
border-color: #0D007F;
}
.TagClassName
{
border-color: #0D007F;
}
</style>