Shades of Navy #01046D
Tints of Navy #01046D
RGB
CMYK
RGB Variations
Color information
#01046D (or 0x01046D) is known color: Navy. HEX triplet: 01, 04 and 6D. RGB value is (1,4,109). Sum of RGB (Red+Green+Blue) = 1+4+109=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 109 (42.97% from 255 or 95.61% from 114); Max value from RGB is 109 - color contains mainly: blue. Hex color #01046D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01046D is #FEFB92. Grayscale: #0E0E0E. Windows color (decimal): -16710547 or 7144449. OLE color: 7144449.
HSL color Cylindrical-coordinate representation of color #01046D: hue angle of 238.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01046D is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 4 | 109 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.57 |
| HSL | 238.33º | 0.98% | 0.22% | - |
| HSV(B) | 238.33º | 0.99% | 0.43% | - |
| XYZ | 2.82 | 1.2 | 14.55 | - |
| YUV | 15.07 | 181.01 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 109 | 0.99 | 0.96 | 0 | 0.57 | 238.33 | 0.98 | 0.22 |
| Hex | 1 | 4 | 6D | 63 | 60 | 0 | 39 | EE | 62 | 16 |
| Octal | 1 | 4 | 155 | 143 | 140 | 0 | 71 | 356 | 142 | 26 |
| Binary | 1 | 100 | 1101101 | 1100011 | 1100000 | 0 | 111001 | 11101110 | 1100010 | 10110 |
Color Harmonies of #01046D
Complementary color
Monochromatic Colors of #01046D
Black with #01046D
Text Example
Text Example
White with #01046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01046D; }
p { color: rgb(1,4,109); }
H1.HeaderClassName
{
color: #01046D;
}
.AnyTagClassName
{
color: #01046D;
}
</style>
background-color css
<style>
a { background-color: #01046D; }
a { background-color: rgb(1,4,109); }
div.DivClassName
{
background-color: #01046D;
}
.BgClassName
{
background-color: #01046D;
}
</style>
border-color css
<style>
span { border-color: #01046D; }
span { border-color: rgb(1,4,109); }
td.TdClassName
{
border-color: #01046D;
}
.TagClassName
{
border-color: #01046D;
}
</style>