Shades of Navy #001681
Tints of Navy #001681
RGB
CMYK
RGB Variations
Color information
#001681 (or 0x001681) is known color: Navy. HEX triplet: 00, 16 and 81. RGB value is (0,22,129). Sum of RGB (Red+Green+Blue) = 0+22+129=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 129 (50.78% from 255 or 85.43% from 151); Max value from RGB is 129 - color contains mainly: blue. Hex color #001681 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001681 is #FFE97E. Grayscale: #1B1B1B. Windows color (decimal): -16771455 or 8459776. OLE color: 8459776.
HSL color Cylindrical-coordinate representation of color #001681: hue angle of 229.77º 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 #001681 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 22 | 129 | - |
| CMYK | 1 | 0.83 | 0 | 0.49 |
| HSL | 229.77º | 1% | 0.25% | - |
| HSV(B) | 229.77º | 1% | 0.51% | - |
| XYZ | 4.25 | 2.16 | 20.96 | - |
| YUV | 27.62 | 185.21 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 129 | 1 | 0.83 | 0 | 0.49 | 229.77 | 1 | 0.25 |
| Hex | 0 | 16 | 81 | 64 | 53 | 0 | 31 | E6 | 64 | 19 |
| Octal | 0 | 26 | 201 | 144 | 123 | 0 | 61 | 346 | 144 | 31 |
| Binary | 0 | 10110 | 10000001 | 1100100 | 1010011 | 0 | 110001 | 11100110 | 1100100 | 11001 |
Color Harmonies of #001681
Complementary color
Monochromatic Colors of #001681
Black with #001681
Text Example
Text Example
White with #001681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001681; }
p { color: rgb(0,22,129); }
H1.HeaderClassName
{
color: #001681;
}
.AnyTagClassName
{
color: #001681;
}
</style>
background-color css
<style>
a { background-color: #001681; }
a { background-color: rgb(0,22,129); }
div.DivClassName
{
background-color: #001681;
}
.BgClassName
{
background-color: #001681;
}
</style>
border-color css
<style>
span { border-color: #001681; }
span { border-color: rgb(0,22,129); }
td.TdClassName
{
border-color: #001681;
}
.TagClassName
{
border-color: #001681;
}
</style>