Shades of Navy #00015D
Tints of Navy #00015D
RGB
CMYK
RGB Variations
Color information
#00015D (or 0x00015D) is known color: Navy. HEX triplet: 00, 01 and 5D. RGB value is (0,1,93). Sum of RGB (Red+Green+Blue) = 0+1+93=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 93 (36.72% from 255 or 98.94% from 94); Max value from RGB is 93 - color contains mainly: blue. Hex color #00015D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00015D is #FFFEA2. Grayscale: #0A0A0A. Windows color (decimal): -16776867 or 6095104. OLE color: 6095104.
HSL color Cylindrical-coordinate representation of color #00015D: hue angle of 239.35º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00015D is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 1 | 93 | - |
| CMYK | 1 | 0.99 | 0 | 0.64 |
| HSL | 239.35º | 1% | 0.18% | - |
| HSV(B) | 239.35º | 1% | 0.36% | - |
| XYZ | 1.99 | 0.81 | 10.41 | - |
| YUV | 11.19 | 174.17 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 93 | 1 | 0.99 | 0 | 0.64 | 239.35 | 1 | 0.18 |
| Hex | 0 | 1 | 5D | 64 | 63 | 0 | 40 | EF | 64 | 12 |
| Octal | 0 | 1 | 135 | 144 | 143 | 0 | 100 | 357 | 144 | 22 |
| Binary | 0 | 1 | 1011101 | 1100100 | 1100011 | 0 | 1000000 | 11101111 | 1100100 | 10010 |
Color Harmonies of #00015D
Complementary color
Monochromatic Colors of #00015D
Black with #00015D
Text Example
Text Example
White with #00015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00015D; }
p { color: rgb(0,1,93); }
H1.HeaderClassName
{
color: #00015D;
}
.AnyTagClassName
{
color: #00015D;
}
</style>
background-color css
<style>
a { background-color: #00015D; }
a { background-color: rgb(0,1,93); }
div.DivClassName
{
background-color: #00015D;
}
.BgClassName
{
background-color: #00015D;
}
</style>
border-color css
<style>
span { border-color: #00015D; }
span { border-color: rgb(0,1,93); }
td.TdClassName
{
border-color: #00015D;
}
.TagClassName
{
border-color: #00015D;
}
</style>