Shades of Navy #001481
Tints of Navy #001481
RGB
CMYK
RGB Variations
Color information
#001481 (or 0x001481) is known color: Navy. HEX triplet: 00, 14 and 81. RGB value is (0,20,129). Sum of RGB (Red+Green+Blue) = 0+20+129=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 129 (50.78% from 255 or 86.58% from 149); Max value from RGB is 129 - color contains mainly: blue. Hex color #001481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001481 is #FFEB7E. Grayscale: #191919. Windows color (decimal): -16771967 or 8459264. OLE color: 8459264.
HSL color Cylindrical-coordinate representation of color #001481: hue angle of 230.7º 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 #001481 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 20 | 129 | - |
| CMYK | 1 | 0.84 | 0 | 0.49 |
| HSL | 230.7º | 1% | 0.25% | - |
| HSV(B) | 230.7º | 1% | 0.51% | - |
| XYZ | 4.21 | 2.09 | 20.95 | - |
| YUV | 26.45 | 185.87 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 129 | 1 | 0.84 | 0 | 0.49 | 230.7 | 1 | 0.25 |
| Hex | 0 | 14 | 81 | 64 | 54 | 0 | 31 | E7 | 64 | 19 |
| Octal | 0 | 24 | 201 | 144 | 124 | 0 | 61 | 347 | 144 | 31 |
| Binary | 0 | 10100 | 10000001 | 1100100 | 1010100 | 0 | 110001 | 11100111 | 1100100 | 11001 |
Color Harmonies of #001481
Complementary color
Monochromatic Colors of #001481
Black with #001481
Text Example
Text Example
White with #001481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001481; }
p { color: rgb(0,20,129); }
H1.HeaderClassName
{
color: #001481;
}
.AnyTagClassName
{
color: #001481;
}
</style>
background-color css
<style>
a { background-color: #001481; }
a { background-color: rgb(0,20,129); }
div.DivClassName
{
background-color: #001481;
}
.BgClassName
{
background-color: #001481;
}
</style>
border-color css
<style>
span { border-color: #001481; }
span { border-color: rgb(0,20,129); }
td.TdClassName
{
border-color: #001481;
}
.TagClassName
{
border-color: #001481;
}
</style>