Shades of Navy #0D007E
Tints of Navy #0D007E
RGB
CMYK
RGB Variations
Color information
#0D007E (or 0x0D007E) is known color: Navy. HEX triplet: 0D, 00 and 7E. RGB value is (13,0,126). Sum of RGB (Red+Green+Blue) = 13+0+126=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 126 (49.61% from 255 or 90.65% from 139); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D007E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D007E is #F2FF81. Grayscale: #111111. Windows color (decimal): -15925122 or 8257549. OLE color: 8257549.
HSL color Cylindrical-coordinate representation of color #0D007E: hue angle of 246.19º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D007E is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 0 | 126 | - |
| CMYK | 0.90 | 1 | 0 | 0.51 |
| HSL | 246.19º | 1% | 0.25% | - |
| HSV(B) | 246.19º | 1% | 0.49% | - |
| XYZ | 3.93 | 1.59 | 19.84 | - |
| YUV | 18.25 | 188.81 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 126 | 0.90 | 1 | 0 | 0.51 | 246.19 | 1 | 0.25 |
| Hex | D | 0 | 7E | 5A | 64 | 0 | 33 | F6 | 64 | 19 |
| Octal | 15 | 0 | 176 | 132 | 144 | 0 | 63 | 366 | 144 | 31 |
| Binary | 1101 | 0 | 1111110 | 1011010 | 1100100 | 0 | 110011 | 11110110 | 1100100 | 11001 |
Color Harmonies of #0D007E
Complementary color
Monochromatic Colors of #0D007E
Black with #0D007E
Text Example
Text Example
White with #0D007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D007E; }
p { color: rgb(13,0,126); }
H1.HeaderClassName
{
color: #0D007E;
}
.AnyTagClassName
{
color: #0D007E;
}
</style>
background-color css
<style>
a { background-color: #0D007E; }
a { background-color: rgb(13,0,126); }
div.DivClassName
{
background-color: #0D007E;
}
.BgClassName
{
background-color: #0D007E;
}
</style>
border-color css
<style>
span { border-color: #0D007E; }
span { border-color: rgb(13,0,126); }
td.TdClassName
{
border-color: #0D007E;
}
.TagClassName
{
border-color: #0D007E;
}
</style>