Shades of Navy #001084
Tints of Navy #001084
RGB
CMYK
RGB Variations
Color information
#001084 (or 0x001084) is known color: Navy. HEX triplet: 00, 10 and 84. RGB value is (0,16,132). Sum of RGB (Red+Green+Blue) = 0+16+132=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 132 (51.95% from 255 or 89.19% from 148); Max value from RGB is 132 - color contains mainly: blue. Hex color #001084 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001084 is #FFEF7B. Grayscale: #171717. Windows color (decimal): -16772988 or 8654848. OLE color: 8654848.
HSL color Cylindrical-coordinate representation of color #001084: hue angle of 232.73º 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 #001084 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 16 | 132 | - |
| CMYK | 1 | 0.88 | 0 | 0.48 |
| HSL | 232.73º | 1% | 0.26% | - |
| HSV(B) | 232.73º | 1% | 0.52% | - |
| XYZ | 4.35 | 2.04 | 21.99 | - |
| YUV | 24.44 | 188.7 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 132 | 1 | 0.88 | 0 | 0.48 | 232.73 | 1 | 0.26 |
| Hex | 0 | 10 | 84 | 64 | 58 | 0 | 30 | E9 | 64 | 1A |
| Octal | 0 | 20 | 204 | 144 | 130 | 0 | 60 | 351 | 144 | 32 |
| Binary | 0 | 10000 | 10000100 | 1100100 | 1011000 | 0 | 110000 | 11101001 | 1100100 | 11010 |
Color Harmonies of #001084
Complementary color
Monochromatic Colors of #001084
Black with #001084
Text Example
Text Example
White with #001084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001084; }
p { color: rgb(0,16,132); }
H1.HeaderClassName
{
color: #001084;
}
.AnyTagClassName
{
color: #001084;
}
</style>
background-color css
<style>
a { background-color: #001084; }
a { background-color: rgb(0,16,132); }
div.DivClassName
{
background-color: #001084;
}
.BgClassName
{
background-color: #001084;
}
</style>
border-color css
<style>
span { border-color: #001084; }
span { border-color: rgb(0,16,132); }
td.TdClassName
{
border-color: #001084;
}
.TagClassName
{
border-color: #001084;
}
</style>