Shades of Navy #01045F
Tints of Navy #01045F
RGB
CMYK
RGB Variations
Color information
#01045F (or 0x01045F) is known color: Navy. HEX triplet: 01, 04 and 5F. RGB value is (1,4,95). Sum of RGB (Red+Green+Blue) = 1+4+95=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 95 (37.5% from 255 or 95% from 100); Max value from RGB is 95 - color contains mainly: blue. Hex color #01045F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01045F is #FEFBA0. Grayscale: #0D0D0D. Windows color (decimal): -16710561 or 6226945. OLE color: 6226945.
HSL color Cylindrical-coordinate representation of color #01045F: hue angle of 238.09º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01045F is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 4 | 95 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.63 |
| HSL | 238.09º | 0.98% | 0.19% | - |
| HSV(B) | 238.09º | 0.99% | 0.37% | - |
| XYZ | 2.12 | 0.92 | 10.89 | - |
| YUV | 13.48 | 174.01 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 95 | 0.99 | 0.96 | 0 | 0.63 | 238.09 | 0.98 | 0.19 |
| Hex | 1 | 4 | 5F | 63 | 60 | 0 | 3F | EE | 62 | 13 |
| Octal | 1 | 4 | 137 | 143 | 140 | 0 | 77 | 356 | 142 | 23 |
| Binary | 1 | 100 | 1011111 | 1100011 | 1100000 | 0 | 111111 | 11101110 | 1100010 | 10011 |
Color Harmonies of #01045F
Complementary color
Monochromatic Colors of #01045F
Black with #01045F
Text Example
Text Example
White with #01045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01045F; }
p { color: rgb(1,4,95); }
H1.HeaderClassName
{
color: #01045F;
}
.AnyTagClassName
{
color: #01045F;
}
</style>
background-color css
<style>
a { background-color: #01045F; }
a { background-color: rgb(1,4,95); }
div.DivClassName
{
background-color: #01045F;
}
.BgClassName
{
background-color: #01045F;
}
</style>
border-color css
<style>
span { border-color: #01045F; }
span { border-color: rgb(1,4,95); }
td.TdClassName
{
border-color: #01045F;
}
.TagClassName
{
border-color: #01045F;
}
</style>