Shades of Navy #0D067D
Tints of Navy #0D067D
RGB
CMYK
RGB Variations
Color information
#0D067D (or 0x0D067D) is known color: Navy. HEX triplet: 0D, 06 and 7D. RGB value is (13,6,125). Sum of RGB (Red+Green+Blue) = 13+6+125=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 125 (49.22% from 255 or 86.81% from 144); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D067D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D067D is #F2F982. Grayscale: #151515. Windows color (decimal): -15923587 or 8193549. OLE color: 8193549.
HSL color Cylindrical-coordinate representation of color #0D067D: hue angle of 243.53º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D067D is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 6 | 125 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.51 |
| HSL | 243.53º | 0.91% | 0.26% | - |
| HSV(B) | 243.53º | 0.95% | 0.49% | - |
| XYZ | 3.93 | 1.7 | 19.52 | - |
| YUV | 21.66 | 186.32 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 125 | 0.90 | 0.95 | 0 | 0.51 | 243.53 | 0.91 | 0.26 |
| Hex | D | 6 | 7D | 5A | 5F | 0 | 33 | F4 | 5B | 1A |
| Octal | 15 | 6 | 175 | 132 | 137 | 0 | 63 | 364 | 133 | 32 |
| Binary | 1101 | 110 | 1111101 | 1011010 | 1011111 | 0 | 110011 | 11110100 | 1011011 | 11010 |
Color Harmonies of #0D067D
Complementary color
Monochromatic Colors of #0D067D
Black with #0D067D
Text Example
Text Example
White with #0D067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D067D; }
p { color: rgb(13,6,125); }
H1.HeaderClassName
{
color: #0D067D;
}
.AnyTagClassName
{
color: #0D067D;
}
</style>
background-color css
<style>
a { background-color: #0D067D; }
a { background-color: rgb(13,6,125); }
div.DivClassName
{
background-color: #0D067D;
}
.BgClassName
{
background-color: #0D067D;
}
</style>
border-color css
<style>
span { border-color: #0D067D; }
span { border-color: rgb(13,6,125); }
td.TdClassName
{
border-color: #0D067D;
}
.TagClassName
{
border-color: #0D067D;
}
</style>