Shades of Navy Blue #0569E5
Tints of Navy Blue #0569E5
RGB
CMYK
RGB Variations
Color information
#0569E5 (or 0x0569E5) is known color: Navy Blue. HEX triplet: 05, 69 and E5. RGB value is (5,105,229). Sum of RGB (Red+Green+Blue) = 5+105+229=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 229 (89.84% from 255 or 67.55% from 339); Max value from RGB is 229 - color contains mainly: blue. Hex color #0569E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0569E5 is #FA961A. Grayscale: #585858. Windows color (decimal): -16422427 or 15034629. OLE color: 15034629.
HSL color Cylindrical-coordinate representation of color #0569E5: hue angle of 213.21º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0569E5 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 105 | 229 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.10 |
| HSL | 213.21º | 0.96% | 0.46% | - |
| HSV(B) | 213.21º | 0.98% | 0.9% | - |
| XYZ | 19.26 | 15.79 | 76.16 | - |
| YUV | 89.24 | 206.87 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 229 | 0.98 | 0.54 | 0 | 0.10 | 213.21 | 0.96 | 0.46 |
| Hex | 5 | 69 | E5 | 62 | 36 | 0 | A | D5 | 60 | 2E |
| Octal | 5 | 151 | 345 | 142 | 66 | 0 | 12 | 325 | 140 | 56 |
| Binary | 101 | 1101001 | 11100101 | 1100010 | 110110 | 0 | 1010 | 11010101 | 1100000 | 101110 |
Color Harmonies of #0569E5
Complementary color
Monochromatic Colors of #0569E5
Black with #0569E5
Text Example
Text Example
White with #0569E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0569E5; }
p { color: rgb(5,105,229); }
H1.HeaderClassName
{
color: #0569E5;
}
.AnyTagClassName
{
color: #0569E5;
}
</style>
background-color css
<style>
a { background-color: #0569E5; }
a { background-color: rgb(5,105,229); }
div.DivClassName
{
background-color: #0569E5;
}
.BgClassName
{
background-color: #0569E5;
}
</style>
border-color css
<style>
span { border-color: #0569E5; }
span { border-color: rgb(5,105,229); }
td.TdClassName
{
border-color: #0569E5;
}
.TagClassName
{
border-color: #0569E5;
}
</style>