Shades of Navy Blue #0569CD
Tints of Navy Blue #0569CD
RGB
CMYK
RGB Variations
Color information
#0569CD (or 0x0569CD) is known color: Navy Blue. HEX triplet: 05, 69 and CD. RGB value is (5,105,205). Sum of RGB (Red+Green+Blue) = 5+105+205=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #0569CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0569CD is #FA9632. Grayscale: #565656. Windows color (decimal): -16422451 or 13461765. OLE color: 13461765.
HSL color Cylindrical-coordinate representation of color #0569CD: hue angle of 210º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0569CD is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 105 | 205 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.20 |
| HSL | 210º | 0.95% | 0.41% | - |
| HSV(B) | 210º | 0.98% | 0.8% | - |
| XYZ | 16.13 | 14.54 | 59.71 | - |
| YUV | 86.5 | 194.87 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 205 | 0.98 | 0.49 | 0 | 0.20 | 210 | 0.95 | 0.41 |
| Hex | 5 | 69 | CD | 62 | 31 | 0 | 14 | D2 | 5F | 29 |
| Octal | 5 | 151 | 315 | 142 | 61 | 0 | 24 | 322 | 137 | 51 |
| Binary | 101 | 1101001 | 11001101 | 1100010 | 110001 | 0 | 10100 | 11010010 | 1011111 | 101001 |
Color Harmonies of #0569CD
Complementary color
Monochromatic Colors of #0569CD
Black with #0569CD
Text Example
Text Example
White with #0569CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0569CD; }
p { color: rgb(5,105,205); }
H1.HeaderClassName
{
color: #0569CD;
}
.AnyTagClassName
{
color: #0569CD;
}
</style>
background-color css
<style>
a { background-color: #0569CD; }
a { background-color: rgb(5,105,205); }
div.DivClassName
{
background-color: #0569CD;
}
.BgClassName
{
background-color: #0569CD;
}
</style>
border-color css
<style>
span { border-color: #0569CD; }
span { border-color: rgb(5,105,205); }
td.TdClassName
{
border-color: #0569CD;
}
.TagClassName
{
border-color: #0569CD;
}
</style>