Shades of Navy #0D097C
Tints of Navy #0D097C
RGB
CMYK
RGB Variations
Color information
#0D097C (or 0x0D097C) is known color: Navy. HEX triplet: 0D, 09 and 7C. RGB value is (13,9,124). Sum of RGB (Red+Green+Blue) = 13+9+124=146 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.90% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 124 (48.83% from 255 or 84.93% from 146); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D097C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D097C is #F2F683. Grayscale: #161616. Windows color (decimal): -15922820 or 8128781. OLE color: 8128781.
HSL color Cylindrical-coordinate representation of color #0D097C: hue angle of 242.09º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D097C is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 9 | 124 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.51 |
| HSL | 242.09º | 0.86% | 0.26% | - |
| HSV(B) | 242.09º | 0.93% | 0.49% | - |
| XYZ | 3.9 | 1.74 | 19.2 | - |
| YUV | 23.31 | 184.83 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 124 | 0.90 | 0.93 | 0 | 0.51 | 242.09 | 0.86 | 0.26 |
| Hex | D | 9 | 7C | 5A | 5D | 0 | 33 | F2 | 56 | 1A |
| Octal | 15 | 11 | 174 | 132 | 135 | 0 | 63 | 362 | 126 | 32 |
| Binary | 1101 | 1001 | 1111100 | 1011010 | 1011101 | 0 | 110011 | 11110010 | 1010110 | 11010 |
Color Harmonies of #0D097C
Complementary color
Monochromatic Colors of #0D097C
Black with #0D097C
Text Example
Text Example
White with #0D097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D097C; }
p { color: rgb(13,9,124); }
H1.HeaderClassName
{
color: #0D097C;
}
.AnyTagClassName
{
color: #0D097C;
}
</style>
background-color css
<style>
a { background-color: #0D097C; }
a { background-color: rgb(13,9,124); }
div.DivClassName
{
background-color: #0D097C;
}
.BgClassName
{
background-color: #0D097C;
}
</style>
border-color css
<style>
span { border-color: #0D097C; }
span { border-color: rgb(13,9,124); }
td.TdClassName
{
border-color: #0D097C;
}
.TagClassName
{
border-color: #0D097C;
}
</style>