Shades of Navy #0D0274
Tints of Navy #0D0274
RGB
CMYK
RGB Variations
Color information
#0D0274 (or 0x0D0274) is known color: Navy. HEX triplet: 0D, 02 and 74. RGB value is (13,2,116). Sum of RGB (Red+Green+Blue) = 13+2+116=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 116 (45.70% from 255 or 88.55% from 131); Max value from RGB is 116 - color contains mainly: blue. Hex color #0D0274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0274 is #F2FD8B. Grayscale: #111111. Windows color (decimal): -15924620 or 7602701. OLE color: 7602701.
HSL color Cylindrical-coordinate representation of color #0D0274: hue angle of 245.79º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D0274 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 2 | 116 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.55 |
| HSL | 245.79º | 0.97% | 0.23% | - |
| HSV(B) | 245.79º | 0.98% | 0.45% | - |
| XYZ | 3.34 | 1.39 | 16.62 | - |
| YUV | 18.29 | 183.14 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 116 | 0.89 | 0.98 | 0 | 0.55 | 245.79 | 0.97 | 0.23 |
| Hex | D | 2 | 74 | 59 | 62 | 0 | 37 | F6 | 61 | 17 |
| Octal | 15 | 2 | 164 | 131 | 142 | 0 | 67 | 366 | 141 | 27 |
| Binary | 1101 | 10 | 1110100 | 1011001 | 1100010 | 0 | 110111 | 11110110 | 1100001 | 10111 |
Color Harmonies of #0D0274
Complementary color
Monochromatic Colors of #0D0274
Black with #0D0274
Text Example
Text Example
White with #0D0274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0274; }
p { color: rgb(13,2,116); }
H1.HeaderClassName
{
color: #0D0274;
}
.AnyTagClassName
{
color: #0D0274;
}
</style>
background-color css
<style>
a { background-color: #0D0274; }
a { background-color: rgb(13,2,116); }
div.DivClassName
{
background-color: #0D0274;
}
.BgClassName
{
background-color: #0D0274;
}
</style>
border-color css
<style>
span { border-color: #0D0274; }
span { border-color: rgb(13,2,116); }
td.TdClassName
{
border-color: #0D0274;
}
.TagClassName
{
border-color: #0D0274;
}
</style>