Shades of Navy #0D006A
Tints of Navy #0D006A
RGB
CMYK
RGB Variations
Color information
#0D006A (or 0x0D006A) is known color: Navy. HEX triplet: 0D, 00 and 6A. RGB value is (13,0,106). Sum of RGB (Red+Green+Blue) = 13+0+106=119 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.92% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 106 (41.80% from 255 or 89.08% from 119); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D006A is #F2FF95. Grayscale: #0F0F0F. Windows color (decimal): -15925142 or 6946829. OLE color: 6946829.
HSL color Cylindrical-coordinate representation of color #0D006A: hue angle of 247.36º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D006A is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 0 | 106 | - |
| CMYK | 0.88 | 1 | 0 | 0.58 |
| HSL | 247.36º | 1% | 0.21% | - |
| HSV(B) | 247.36º | 1% | 0.42% | - |
| XYZ | 2.77 | 1.13 | 13.71 | - |
| YUV | 15.97 | 178.81 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 106 | 0.88 | 1 | 0 | 0.58 | 247.36 | 1 | 0.21 |
| Hex | D | 0 | 6A | 58 | 64 | 0 | 3A | F7 | 64 | 15 |
| Octal | 15 | 0 | 152 | 130 | 144 | 0 | 72 | 367 | 144 | 25 |
| Binary | 1101 | 0 | 1101010 | 1011000 | 1100100 | 0 | 111010 | 11110111 | 1100100 | 10101 |
Color Harmonies of #0D006A
Complementary color
Monochromatic Colors of #0D006A
Black with #0D006A
Text Example
Text Example
White with #0D006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D006A; }
p { color: rgb(13,0,106); }
H1.HeaderClassName
{
color: #0D006A;
}
.AnyTagClassName
{
color: #0D006A;
}
</style>
background-color css
<style>
a { background-color: #0D006A; }
a { background-color: rgb(13,0,106); }
div.DivClassName
{
background-color: #0D006A;
}
.BgClassName
{
background-color: #0D006A;
}
</style>
border-color css
<style>
span { border-color: #0D006A; }
span { border-color: rgb(13,0,106); }
td.TdClassName
{
border-color: #0D006A;
}
.TagClassName
{
border-color: #0D006A;
}
</style>