Shades of Navy #01045A
Tints of Navy #01045A
RGB
CMYK
RGB Variations
Color information
#01045A (or 0x01045A) is known color: Navy. HEX triplet: 01, 04 and 5A. RGB value is (1,4,90). Sum of RGB (Red+Green+Blue) = 1+4+90=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 90 (35.55% from 255 or 94.74% from 95); Max value from RGB is 90 - color contains mainly: blue. Hex color #01045A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01045A is #FEFBA5. Grayscale: #0C0C0C. Windows color (decimal): -16710566 or 5899265. OLE color: 5899265.
HSL color Cylindrical-coordinate representation of color #01045A: hue angle of 237.98º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01045A is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 4 | 90 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.65 |
| HSL | 237.98º | 0.98% | 0.18% | - |
| HSV(B) | 237.98º | 0.99% | 0.35% | - |
| XYZ | 1.9 | 0.83 | 9.73 | - |
| YUV | 12.91 | 171.51 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 90 | 0.99 | 0.96 | 0 | 0.65 | 237.98 | 0.98 | 0.18 |
| Hex | 1 | 4 | 5A | 63 | 60 | 0 | 41 | EE | 62 | 12 |
| Octal | 1 | 4 | 132 | 143 | 140 | 0 | 101 | 356 | 142 | 22 |
| Binary | 1 | 100 | 1011010 | 1100011 | 1100000 | 0 | 1000001 | 11101110 | 1100010 | 10010 |
Color Harmonies of #01045A
Complementary color
Monochromatic Colors of #01045A
Black with #01045A
Text Example
Text Example
White with #01045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01045A; }
p { color: rgb(1,4,90); }
H1.HeaderClassName
{
color: #01045A;
}
.AnyTagClassName
{
color: #01045A;
}
</style>
background-color css
<style>
a { background-color: #01045A; }
a { background-color: rgb(1,4,90); }
div.DivClassName
{
background-color: #01045A;
}
.BgClassName
{
background-color: #01045A;
}
</style>
border-color css
<style>
span { border-color: #01045A; }
span { border-color: rgb(1,4,90); }
td.TdClassName
{
border-color: #01045A;
}
.TagClassName
{
border-color: #01045A;
}
</style>