Shades of Navy #01045B
Tints of Navy #01045B
RGB
CMYK
RGB Variations
Color information
#01045B (or 0x01045B) is known color: Navy. HEX triplet: 01, 04 and 5B. RGB value is (1,4,91). Sum of RGB (Red+Green+Blue) = 1+4+91=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 91 (35.94% from 255 or 94.79% from 96); Max value from RGB is 91 - color contains mainly: blue. Hex color #01045B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01045B is #FEFBA4. Grayscale: #0C0C0C. Windows color (decimal): -16710565 or 5964801. OLE color: 5964801.
HSL color Cylindrical-coordinate representation of color #01045B: hue angle of 238º 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 #01045B is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 4 | 91 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.64 |
| HSL | 238º | 0.98% | 0.18% | - |
| HSV(B) | 238º | 0.99% | 0.36% | - |
| XYZ | 1.94 | 0.85 | 9.96 | - |
| YUV | 13.02 | 172.01 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 91 | 0.99 | 0.96 | 0 | 0.64 | 238 | 0.98 | 0.18 |
| Hex | 1 | 4 | 5B | 63 | 60 | 0 | 40 | EE | 62 | 12 |
| Octal | 1 | 4 | 133 | 143 | 140 | 0 | 100 | 356 | 142 | 22 |
| Binary | 1 | 100 | 1011011 | 1100011 | 1100000 | 0 | 1000000 | 11101110 | 1100010 | 10010 |
Color Harmonies of #01045B
Complementary color
Monochromatic Colors of #01045B
Black with #01045B
Text Example
Text Example
White with #01045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01045B; }
p { color: rgb(1,4,91); }
H1.HeaderClassName
{
color: #01045B;
}
.AnyTagClassName
{
color: #01045B;
}
</style>
background-color css
<style>
a { background-color: #01045B; }
a { background-color: rgb(1,4,91); }
div.DivClassName
{
background-color: #01045B;
}
.BgClassName
{
background-color: #01045B;
}
</style>
border-color css
<style>
span { border-color: #01045B; }
span { border-color: rgb(1,4,91); }
td.TdClassName
{
border-color: #01045B;
}
.TagClassName
{
border-color: #01045B;
}
</style>