Shades of Navy Blue #0569DB
Tints of Navy Blue #0569DB
RGB
CMYK
RGB Variations
Color information
#0569DB (or 0x0569DB) is known color: Navy Blue. HEX triplet: 05, 69 and DB. RGB value is (5,105,219). Sum of RGB (Red+Green+Blue) = 5+105+219=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #0569DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0569DB is #FA9624. Grayscale: #575757. Windows color (decimal): -16422437 or 14379269. OLE color: 14379269.
HSL color Cylindrical-coordinate representation of color #0569DB: hue angle of 211.96º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0569DB is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 105 | 219 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.14 |
| HSL | 211.96º | 0.96% | 0.44% | - |
| HSV(B) | 211.96º | 0.98% | 0.86% | - |
| XYZ | 17.9 | 15.25 | 69.02 | - |
| YUV | 88.1 | 201.87 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 219 | 0.98 | 0.52 | 0 | 0.14 | 211.96 | 0.96 | 0.44 |
| Hex | 5 | 69 | DB | 62 | 34 | 0 | E | D4 | 60 | 2C |
| Octal | 5 | 151 | 333 | 142 | 64 | 0 | 16 | 324 | 140 | 54 |
| Binary | 101 | 1101001 | 11011011 | 1100010 | 110100 | 0 | 1110 | 11010100 | 1100000 | 101100 |
Color Harmonies of #0569DB
Complementary color
Monochromatic Colors of #0569DB
Black with #0569DB
Text Example
Text Example
White with #0569DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0569DB; }
p { color: rgb(5,105,219); }
H1.HeaderClassName
{
color: #0569DB;
}
.AnyTagClassName
{
color: #0569DB;
}
</style>
background-color css
<style>
a { background-color: #0569DB; }
a { background-color: rgb(5,105,219); }
div.DivClassName
{
background-color: #0569DB;
}
.BgClassName
{
background-color: #0569DB;
}
</style>
border-color css
<style>
span { border-color: #0569DB; }
span { border-color: rgb(5,105,219); }
td.TdClassName
{
border-color: #0569DB;
}
.TagClassName
{
border-color: #0569DB;
}
</style>