Shades of Navy #010574
Tints of Navy #010574
RGB
CMYK
RGB Variations
Color information
#010574 (or 0x010574) is known color: Navy. HEX triplet: 01, 05 and 74. RGB value is (1,5,116). Sum of RGB (Red+Green+Blue) = 1+5+116=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 116 (45.70% from 255 or 95.08% from 122); Max value from RGB is 116 - color contains mainly: blue. Hex color #010574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010574 is #FEFA8B. Grayscale: #101010. Windows color (decimal): -16710284 or 7603457. OLE color: 7603457.
HSL color Cylindrical-coordinate representation of color #010574: hue angle of 237.91º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010574 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 5 | 116 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.55 |
| HSL | 237.91º | 0.98% | 0.23% | - |
| HSV(B) | 237.91º | 0.99% | 0.45% | - |
| XYZ | 3.22 | 1.38 | 16.62 | - |
| YUV | 16.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 116 | 0.99 | 0.96 | 0 | 0.55 | 237.91 | 0.98 | 0.23 |
| Hex | 1 | 5 | 74 | 63 | 60 | 0 | 37 | EE | 62 | 17 |
| Octal | 1 | 5 | 164 | 143 | 140 | 0 | 67 | 356 | 142 | 27 |
| Binary | 1 | 101 | 1110100 | 1100011 | 1100000 | 0 | 110111 | 11101110 | 1100010 | 10111 |
Color Harmonies of #010574
Complementary color
Monochromatic Colors of #010574
Black with #010574
Text Example
Text Example
White with #010574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010574; }
p { color: rgb(1,5,116); }
H1.HeaderClassName
{
color: #010574;
}
.AnyTagClassName
{
color: #010574;
}
</style>
background-color css
<style>
a { background-color: #010574; }
a { background-color: rgb(1,5,116); }
div.DivClassName
{
background-color: #010574;
}
.BgClassName
{
background-color: #010574;
}
</style>
border-color css
<style>
span { border-color: #010574; }
span { border-color: rgb(1,5,116); }
td.TdClassName
{
border-color: #010574;
}
.TagClassName
{
border-color: #010574;
}
</style>