Shades of Navy #0D0975
Tints of Navy #0D0975
RGB
CMYK
RGB Variations
Color information
#0D0975 (or 0x0D0975) is known color: Navy. HEX triplet: 0D, 09 and 75. RGB value is (13,9,117). Sum of RGB (Red+Green+Blue) = 13+9+117=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 117 (46.09% from 255 or 84.17% from 139); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D0975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0975 is #F2F68A. Grayscale: #161616. Windows color (decimal): -15922827 or 7670029. OLE color: 7670029.
HSL color Cylindrical-coordinate representation of color #0D0975: hue angle of 242.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D0975 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 9 | 117 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.54 |
| HSL | 242.22º | 0.86% | 0.25% | - |
| HSV(B) | 242.22º | 0.92% | 0.46% | - |
| XYZ | 3.47 | 1.57 | 16.95 | - |
| YUV | 22.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 117 | 0.89 | 0.92 | 0 | 0.54 | 242.22 | 0.86 | 0.25 |
| Hex | D | 9 | 75 | 59 | 5C | 0 | 36 | F2 | 56 | 19 |
| Octal | 15 | 11 | 165 | 131 | 134 | 0 | 66 | 362 | 126 | 31 |
| Binary | 1101 | 1001 | 1110101 | 1011001 | 1011100 | 0 | 110110 | 11110010 | 1010110 | 11001 |
Color Harmonies of #0D0975
Complementary color
Monochromatic Colors of #0D0975
Black with #0D0975
Text Example
Text Example
White with #0D0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0975; }
p { color: rgb(13,9,117); }
H1.HeaderClassName
{
color: #0D0975;
}
.AnyTagClassName
{
color: #0D0975;
}
</style>
background-color css
<style>
a { background-color: #0D0975; }
a { background-color: rgb(13,9,117); }
div.DivClassName
{
background-color: #0D0975;
}
.BgClassName
{
background-color: #0D0975;
}
</style>
border-color css
<style>
span { border-color: #0D0975; }
span { border-color: rgb(13,9,117); }
td.TdClassName
{
border-color: #0D0975;
}
.TagClassName
{
border-color: #0D0975;
}
</style>