Shades of Navy #000D81
Tints of Navy #000D81
RGB
CMYK
RGB Variations
Color information
#000D81 (or 0x000D81) is known color: Navy. HEX triplet: 00, 0D and 81. RGB value is (0,13,129). Sum of RGB (Red+Green+Blue) = 0+13+129=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 129 (50.78% from 255 or 90.85% from 142); Max value from RGB is 129 - color contains mainly: blue. Hex color #000D81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000D81 is #FFF27E. Grayscale: #151515. Windows color (decimal): -16773759 or 8457472. OLE color: 8457472.
HSL color Cylindrical-coordinate representation of color #000D81: hue angle of 233.95º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D81 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 13 | 129 | - |
| CMYK | 1 | 0.90 | 0 | 0.49 |
| HSL | 233.95º | 1% | 0.25% | - |
| HSV(B) | 233.95º | 1% | 0.51% | - |
| XYZ | 4.11 | 1.87 | 20.91 | - |
| YUV | 22.34 | 188.19 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 129 | 1 | 0.90 | 0 | 0.49 | 233.95 | 1 | 0.25 |
| Hex | 0 | D | 81 | 64 | 5A | 0 | 31 | EA | 64 | 19 |
| Octal | 0 | 15 | 201 | 144 | 132 | 0 | 61 | 352 | 144 | 31 |
| Binary | 0 | 1101 | 10000001 | 1100100 | 1011010 | 0 | 110001 | 11101010 | 1100100 | 11001 |
Color Harmonies of #000D81
Complementary color
Monochromatic Colors of #000D81
Black with #000D81
Text Example
Text Example
White with #000D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D81; }
p { color: rgb(0,13,129); }
H1.HeaderClassName
{
color: #000D81;
}
.AnyTagClassName
{
color: #000D81;
}
</style>
background-color css
<style>
a { background-color: #000D81; }
a { background-color: rgb(0,13,129); }
div.DivClassName
{
background-color: #000D81;
}
.BgClassName
{
background-color: #000D81;
}
</style>
border-color css
<style>
span { border-color: #000D81; }
span { border-color: rgb(0,13,129); }
td.TdClassName
{
border-color: #000D81;
}
.TagClassName
{
border-color: #000D81;
}
</style>