Shades of Navy #01045C
Tints of Navy #01045C
RGB
CMYK
RGB Variations
Color information
#01045C (or 0x01045C) is known color: Navy. HEX triplet: 01, 04 and 5C. RGB value is (1,4,92). Sum of RGB (Red+Green+Blue) = 1+4+92=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 92 (36.33% from 255 or 94.85% from 97); Max value from RGB is 92 - color contains mainly: blue. Hex color #01045C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01045C is #FEFBA3. Grayscale: #0C0C0C. Windows color (decimal): -16710564 or 6030337. OLE color: 6030337.
HSL color Cylindrical-coordinate representation of color #01045C: hue angle of 238.02º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01045C is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 4 | 92 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.64 |
| HSL | 238.02º | 0.98% | 0.18% | - |
| HSV(B) | 238.02º | 0.99% | 0.36% | - |
| XYZ | 1.99 | 0.87 | 10.19 | - |
| YUV | 13.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 92 | 0.99 | 0.96 | 0 | 0.64 | 238.02 | 0.98 | 0.18 |
| Hex | 1 | 4 | 5C | 63 | 60 | 0 | 40 | EE | 62 | 12 |
| Octal | 1 | 4 | 134 | 143 | 140 | 0 | 100 | 356 | 142 | 22 |
| Binary | 1 | 100 | 1011100 | 1100011 | 1100000 | 0 | 1000000 | 11101110 | 1100010 | 10010 |
Color Harmonies of #01045C
Complementary color
Monochromatic Colors of #01045C
Black with #01045C
Text Example
Text Example
White with #01045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01045C; }
p { color: rgb(1,4,92); }
H1.HeaderClassName
{
color: #01045C;
}
.AnyTagClassName
{
color: #01045C;
}
</style>
background-color css
<style>
a { background-color: #01045C; }
a { background-color: rgb(1,4,92); }
div.DivClassName
{
background-color: #01045C;
}
.BgClassName
{
background-color: #01045C;
}
</style>
border-color css
<style>
span { border-color: #01045C; }
span { border-color: rgb(1,4,92); }
td.TdClassName
{
border-color: #01045C;
}
.TagClassName
{
border-color: #01045C;
}
</style>