Shades of Navy #010566
Tints of Navy #010566
RGB
CMYK
RGB Variations
Color information
#010566 (or 0x010566) is known color: Navy. HEX triplet: 01, 05 and 66. RGB value is (1,5,102). Sum of RGB (Red+Green+Blue) = 1+5+102=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 102 (40.23% from 255 or 94.44% from 108); Max value from RGB is 102 - color contains mainly: blue. Hex color #010566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010566 is #FEFA99. Grayscale: #0E0E0E. Windows color (decimal): -16710298 or 6685953. OLE color: 6685953.
HSL color Cylindrical-coordinate representation of color #010566: hue angle of 237.62º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010566 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 5 | 102 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.6 |
| HSL | 237.62º | 0.98% | 0.2% | - |
| HSV(B) | 237.62º | 0.99% | 0.4% | - |
| XYZ | 2.47 | 1.07 | 12.65 | - |
| YUV | 14.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 102 | 0.99 | 0.95 | 0 | 0.6 | 237.62 | 0.98 | 0.2 |
| Hex | 1 | 5 | 66 | 63 | 5F | 0 | 3C | EE | 62 | 14 |
| Octal | 1 | 5 | 146 | 143 | 137 | 0 | 74 | 356 | 142 | 24 |
| Binary | 1 | 101 | 1100110 | 1100011 | 1011111 | 0 | 111100 | 11101110 | 1100010 | 10100 |
Color Harmonies of #010566
Complementary color
Monochromatic Colors of #010566
Black with #010566
Text Example
Text Example
White with #010566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010566; }
p { color: rgb(1,5,102); }
H1.HeaderClassName
{
color: #010566;
}
.AnyTagClassName
{
color: #010566;
}
</style>
background-color css
<style>
a { background-color: #010566; }
a { background-color: rgb(1,5,102); }
div.DivClassName
{
background-color: #010566;
}
.BgClassName
{
background-color: #010566;
}
</style>
border-color css
<style>
span { border-color: #010566; }
span { border-color: rgb(1,5,102); }
td.TdClassName
{
border-color: #010566;
}
.TagClassName
{
border-color: #010566;
}
</style>