Shades of Navy #000569
Tints of Navy #000569
RGB
CMYK
RGB Variations
Color information
#000569 (or 0x000569) is known color: Navy. HEX triplet: 00, 05 and 69. RGB value is (0,5,105). Sum of RGB (Red+Green+Blue) = 0+5+105=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 105 (41.41% from 255 or 95.45% from 110); Max value from RGB is 105 - color contains mainly: blue. Hex color #000569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000569 is #FFFA96. Grayscale: #0E0E0E. Windows color (decimal): -16775831 or 6882560. OLE color: 6882560.
HSL color Cylindrical-coordinate representation of color #000569: hue angle of 237.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000569 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 5 | 105 | - |
| CMYK | 1 | 0.95 | 0 | 0.59 |
| HSL | 237.14º | 1% | 0.21% | - |
| HSV(B) | 237.14º | 1% | 0.41% | - |
| XYZ | 2.6 | 1.13 | 13.45 | - |
| YUV | 14.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 105 | 1 | 0.95 | 0 | 0.59 | 237.14 | 1 | 0.21 |
| Hex | 0 | 5 | 69 | 64 | 5F | 0 | 3B | ED | 64 | 15 |
| Octal | 0 | 5 | 151 | 144 | 137 | 0 | 73 | 355 | 144 | 25 |
| Binary | 0 | 101 | 1101001 | 1100100 | 1011111 | 0 | 111011 | 11101101 | 1100100 | 10101 |
Color Harmonies of #000569
Complementary color
Monochromatic Colors of #000569
Black with #000569
Text Example
Text Example
White with #000569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000569; }
p { color: rgb(0,5,105); }
H1.HeaderClassName
{
color: #000569;
}
.AnyTagClassName
{
color: #000569;
}
</style>
background-color css
<style>
a { background-color: #000569; }
a { background-color: rgb(0,5,105); }
div.DivClassName
{
background-color: #000569;
}
.BgClassName
{
background-color: #000569;
}
</style>
border-color css
<style>
span { border-color: #000569; }
span { border-color: rgb(0,5,105); }
td.TdClassName
{
border-color: #000569;
}
.TagClassName
{
border-color: #000569;
}
</style>