Shades of Navy #0D0168
Tints of Navy #0D0168
RGB
CMYK
RGB Variations
Color information
#0D0168 (or 0x0D0168) is known color: Navy. HEX triplet: 0D, 01 and 68. RGB value is (13,1,104). Sum of RGB (Red+Green+Blue) = 13+1+104=118 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.02% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 104 (41.02% from 255 or 88.14% from 118); Max value from RGB is 104 - color contains mainly: blue. Hex color #0D0168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0168 is #F2FE97. Grayscale: #0F0F0F. Windows color (decimal): -15924888 or 6816013. OLE color: 6816013.
HSL color Cylindrical-coordinate representation of color #0D0168: hue angle of 246.99º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D0168 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 1 | 104 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.59 |
| HSL | 246.99º | 0.98% | 0.21% | - |
| HSV(B) | 246.99º | 0.99% | 0.41% | - |
| XYZ | 2.68 | 1.11 | 13.17 | - |
| YUV | 16.33 | 177.48 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 104 | 0.88 | 0.99 | 0 | 0.59 | 246.99 | 0.98 | 0.21 |
| Hex | D | 1 | 68 | 58 | 63 | 0 | 3B | F7 | 62 | 15 |
| Octal | 15 | 1 | 150 | 130 | 143 | 0 | 73 | 367 | 142 | 25 |
| Binary | 1101 | 1 | 1101000 | 1011000 | 1100011 | 0 | 111011 | 11110111 | 1100010 | 10101 |
Color Harmonies of #0D0168
Complementary color
Monochromatic Colors of #0D0168
Black with #0D0168
Text Example
Text Example
White with #0D0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0168; }
p { color: rgb(13,1,104); }
H1.HeaderClassName
{
color: #0D0168;
}
.AnyTagClassName
{
color: #0D0168;
}
</style>
background-color css
<style>
a { background-color: #0D0168; }
a { background-color: rgb(13,1,104); }
div.DivClassName
{
background-color: #0D0168;
}
.BgClassName
{
background-color: #0D0168;
}
</style>
border-color css
<style>
span { border-color: #0D0168; }
span { border-color: rgb(13,1,104); }
td.TdClassName
{
border-color: #0D0168;
}
.TagClassName
{
border-color: #0D0168;
}
</style>