Shades of Navy #001374
Tints of Navy #001374
RGB
CMYK
RGB Variations
Color information
#001374 (or 0x001374) is known color: Navy. HEX triplet: 00, 13 and 74. RGB value is (0,19,116). Sum of RGB (Red+Green+Blue) = 0+19+116=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 116 (45.70% from 255 or 85.93% from 135); Max value from RGB is 116 - color contains mainly: blue. Hex color #001374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001374 is #FFEC8B. Grayscale: #171717. Windows color (decimal): -16772236 or 7607040. OLE color: 7607040.
HSL color Cylindrical-coordinate representation of color #001374: hue angle of 230.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001374 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 19 | 116 | - |
| CMYK | 1 | 0.84 | 0 | 0.55 |
| HSL | 230.17º | 1% | 0.23% | - |
| HSV(B) | 230.17º | 1% | 0.45% | - |
| XYZ | 3.39 | 1.73 | 16.68 | - |
| YUV | 24.38 | 179.71 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 116 | 1 | 0.84 | 0 | 0.55 | 230.17 | 1 | 0.23 |
| Hex | 0 | 13 | 74 | 64 | 54 | 0 | 37 | E6 | 64 | 17 |
| Octal | 0 | 23 | 164 | 144 | 124 | 0 | 67 | 346 | 144 | 27 |
| Binary | 0 | 10011 | 1110100 | 1100100 | 1010100 | 0 | 110111 | 11100110 | 1100100 | 10111 |
Color Harmonies of #001374
Complementary color
Monochromatic Colors of #001374
Black with #001374
Text Example
Text Example
White with #001374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001374; }
p { color: rgb(0,19,116); }
H1.HeaderClassName
{
color: #001374;
}
.AnyTagClassName
{
color: #001374;
}
</style>
background-color css
<style>
a { background-color: #001374; }
a { background-color: rgb(0,19,116); }
div.DivClassName
{
background-color: #001374;
}
.BgClassName
{
background-color: #001374;
}
</style>
border-color css
<style>
span { border-color: #001374; }
span { border-color: rgb(0,19,116); }
td.TdClassName
{
border-color: #001374;
}
.TagClassName
{
border-color: #001374;
}
</style>