Shades of Navy #010769
Tints of Navy #010769
RGB
CMYK
RGB Variations
Color information
#010769 (or 0x010769) is known color: Navy. HEX triplet: 01, 07 and 69. RGB value is (1,7,105). Sum of RGB (Red+Green+Blue) = 1+7+105=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 105 (41.41% from 255 or 92.92% from 113); Max value from RGB is 105 - color contains mainly: blue. Hex color #010769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010769 is #FEF896. Grayscale: #0F0F0F. Windows color (decimal): -16709783 or 6883073. OLE color: 6883073.
HSL color Cylindrical-coordinate representation of color #010769: hue angle of 236.54º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010769 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 7 | 105 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.59 |
| HSL | 236.54º | 0.98% | 0.21% | - |
| HSV(B) | 236.54º | 0.99% | 0.41% | - |
| XYZ | 2.64 | 1.18 | 13.45 | - |
| YUV | 16.38 | 178.01 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 105 | 0.99 | 0.93 | 0 | 0.59 | 236.54 | 0.98 | 0.21 |
| Hex | 1 | 7 | 69 | 63 | 5D | 0 | 3B | ED | 62 | 15 |
| Octal | 1 | 7 | 151 | 143 | 135 | 0 | 73 | 355 | 142 | 25 |
| Binary | 1 | 111 | 1101001 | 1100011 | 1011101 | 0 | 111011 | 11101101 | 1100010 | 10101 |
Color Harmonies of #010769
Complementary color
Monochromatic Colors of #010769
Black with #010769
Text Example
Text Example
White with #010769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010769; }
p { color: rgb(1,7,105); }
H1.HeaderClassName
{
color: #010769;
}
.AnyTagClassName
{
color: #010769;
}
</style>
background-color css
<style>
a { background-color: #010769; }
a { background-color: rgb(1,7,105); }
div.DivClassName
{
background-color: #010769;
}
.BgClassName
{
background-color: #010769;
}
</style>
border-color css
<style>
span { border-color: #010769; }
span { border-color: rgb(1,7,105); }
td.TdClassName
{
border-color: #010769;
}
.TagClassName
{
border-color: #010769;
}
</style>