Shades of Navy #0D0977
Tints of Navy #0D0977
RGB
CMYK
RGB Variations
Color information
#0D0977 (or 0x0D0977) is known color: Navy. HEX triplet: 0D, 09 and 77. RGB value is (13,9,119). Sum of RGB (Red+Green+Blue) = 13+9+119=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #0D0977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0977 is #F2F688. Grayscale: #161616. Windows color (decimal): -15922825 or 7801101. OLE color: 7801101.
HSL color Cylindrical-coordinate representation of color #0D0977: hue angle of 242.18º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D0977 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 9 | 119 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.53 |
| HSL | 242.18º | 0.86% | 0.25% | - |
| HSV(B) | 242.18º | 0.92% | 0.47% | - |
| XYZ | 3.59 | 1.61 | 17.57 | - |
| YUV | 22.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 119 | 0.89 | 0.92 | 0 | 0.53 | 242.18 | 0.86 | 0.25 |
| Hex | D | 9 | 77 | 59 | 5C | 0 | 35 | F2 | 56 | 19 |
| Octal | 15 | 11 | 167 | 131 | 134 | 0 | 65 | 362 | 126 | 31 |
| Binary | 1101 | 1001 | 1110111 | 1011001 | 1011100 | 0 | 110101 | 11110010 | 1010110 | 11001 |
Color Harmonies of #0D0977
Complementary color
Monochromatic Colors of #0D0977
Black with #0D0977
Text Example
Text Example
White with #0D0977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0977; }
p { color: rgb(13,9,119); }
H1.HeaderClassName
{
color: #0D0977;
}
.AnyTagClassName
{
color: #0D0977;
}
</style>
background-color css
<style>
a { background-color: #0D0977; }
a { background-color: rgb(13,9,119); }
div.DivClassName
{
background-color: #0D0977;
}
.BgClassName
{
background-color: #0D0977;
}
</style>
border-color css
<style>
span { border-color: #0D0977; }
span { border-color: rgb(13,9,119); }
td.TdClassName
{
border-color: #0D0977;
}
.TagClassName
{
border-color: #0D0977;
}
</style>