Shades of Navy #001385
Tints of Navy #001385
RGB
CMYK
RGB Variations
Color information
#001385 (or 0x001385) is known color: Navy. HEX triplet: 00, 13 and 85. RGB value is (0,19,133). Sum of RGB (Red+Green+Blue) = 0+19+133=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 133 (52.34% from 255 or 87.5% from 152); Max value from RGB is 133 - color contains mainly: blue. Hex color #001385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001385 is #FFEC7A. Grayscale: #191919. Windows color (decimal): -16772219 or 8721152. OLE color: 8721152.
HSL color Cylindrical-coordinate representation of color #001385: hue angle of 231.43º 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 #001385 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 19 | 133 | - |
| CMYK | 1 | 0.86 | 0 | 0.48 |
| HSL | 231.43º | 1% | 0.26% | - |
| HSV(B) | 231.43º | 1% | 0.52% | - |
| XYZ | 4.47 | 2.16 | 22.37 | - |
| YUV | 26.32 | 188.21 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 133 | 1 | 0.86 | 0 | 0.48 | 231.43 | 1 | 0.26 |
| Hex | 0 | 13 | 85 | 64 | 56 | 0 | 30 | E7 | 64 | 1A |
| Octal | 0 | 23 | 205 | 144 | 126 | 0 | 60 | 347 | 144 | 32 |
| Binary | 0 | 10011 | 10000101 | 1100100 | 1010110 | 0 | 110000 | 11100111 | 1100100 | 11010 |
Color Harmonies of #001385
Complementary color
Monochromatic Colors of #001385
Black with #001385
Text Example
Text Example
White with #001385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001385; }
p { color: rgb(0,19,133); }
H1.HeaderClassName
{
color: #001385;
}
.AnyTagClassName
{
color: #001385;
}
</style>
background-color css
<style>
a { background-color: #001385; }
a { background-color: rgb(0,19,133); }
div.DivClassName
{
background-color: #001385;
}
.BgClassName
{
background-color: #001385;
}
</style>
border-color css
<style>
span { border-color: #001385; }
span { border-color: rgb(0,19,133); }
td.TdClassName
{
border-color: #001385;
}
.TagClassName
{
border-color: #001385;
}
</style>