Shades of Navy #000D85
Tints of Navy #000D85
RGB
CMYK
RGB Variations
Color information
#000D85 (or 0x000D85) is known color: Navy. HEX triplet: 00, 0D and 85. RGB value is (0,13,133). Sum of RGB (Red+Green+Blue) = 0+13+133=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 133 (52.34% from 255 or 91.10% from 146); Max value from RGB is 133 - color contains mainly: blue. Hex color #000D85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000D85 is #FFF27A. Grayscale: #161616. Windows color (decimal): -16773755 or 8719616. OLE color: 8719616.
HSL color Cylindrical-coordinate representation of color #000D85: hue angle of 234.14º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D85 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 13 | 133 | - |
| CMYK | 1 | 0.90 | 0 | 0.48 |
| HSL | 234.14º | 1% | 0.26% | - |
| HSV(B) | 234.14º | 1% | 0.52% | - |
| XYZ | 4.38 | 1.98 | 22.34 | - |
| YUV | 22.79 | 190.19 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 133 | 1 | 0.90 | 0 | 0.48 | 234.14 | 1 | 0.26 |
| Hex | 0 | D | 85 | 64 | 5A | 0 | 30 | EA | 64 | 1A |
| Octal | 0 | 15 | 205 | 144 | 132 | 0 | 60 | 352 | 144 | 32 |
| Binary | 0 | 1101 | 10000101 | 1100100 | 1011010 | 0 | 110000 | 11101010 | 1100100 | 11010 |
Color Harmonies of #000D85
Complementary color
Monochromatic Colors of #000D85
Black with #000D85
Text Example
Text Example
White with #000D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D85; }
p { color: rgb(0,13,133); }
H1.HeaderClassName
{
color: #000D85;
}
.AnyTagClassName
{
color: #000D85;
}
</style>
background-color css
<style>
a { background-color: #000D85; }
a { background-color: rgb(0,13,133); }
div.DivClassName
{
background-color: #000D85;
}
.BgClassName
{
background-color: #000D85;
}
</style>
border-color css
<style>
span { border-color: #000D85; }
span { border-color: rgb(0,13,133); }
td.TdClassName
{
border-color: #000D85;
}
.TagClassName
{
border-color: #000D85;
}
</style>