Shades of Navy Blue #0569DD
Tints of Navy Blue #0569DD
RGB
CMYK
RGB Variations
Color information
#0569DD (or 0x0569DD) is known color: Navy Blue. HEX triplet: 05, 69 and DD. RGB value is (5,105,221). Sum of RGB (Red+Green+Blue) = 5+105+221=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #0569DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0569DD is #FA9622. Grayscale: #575757. Windows color (decimal): -16422435 or 14510341. OLE color: 14510341.
HSL color Cylindrical-coordinate representation of color #0569DD: hue angle of 212.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0569DD is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 105 | 221 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.13 |
| HSL | 212.22º | 0.96% | 0.44% | - |
| HSV(B) | 212.22º | 0.98% | 0.87% | - |
| XYZ | 18.17 | 15.36 | 70.41 | - |
| YUV | 88.32 | 202.87 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 221 | 0.98 | 0.52 | 0 | 0.13 | 212.22 | 0.96 | 0.44 |
| Hex | 5 | 69 | DD | 62 | 34 | 0 | D | D4 | 60 | 2C |
| Octal | 5 | 151 | 335 | 142 | 64 | 0 | 15 | 324 | 140 | 54 |
| Binary | 101 | 1101001 | 11011101 | 1100010 | 110100 | 0 | 1101 | 11010100 | 1100000 | 101100 |
Color Harmonies of #0569DD
Complementary color
Monochromatic Colors of #0569DD
Black with #0569DD
Text Example
Text Example
White with #0569DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0569DD; }
p { color: rgb(5,105,221); }
H1.HeaderClassName
{
color: #0569DD;
}
.AnyTagClassName
{
color: #0569DD;
}
</style>
background-color css
<style>
a { background-color: #0569DD; }
a { background-color: rgb(5,105,221); }
div.DivClassName
{
background-color: #0569DD;
}
.BgClassName
{
background-color: #0569DD;
}
</style>
border-color css
<style>
span { border-color: #0569DD; }
span { border-color: rgb(5,105,221); }
td.TdClassName
{
border-color: #0569DD;
}
.TagClassName
{
border-color: #0569DD;
}
</style>