Shades of Navy Blue #0569F8
Tints of Navy Blue #0569F8
RGB
CMYK
RGB Variations
Color information
#0569F8 (or 0x0569F8) is known color: Navy Blue. HEX triplet: 05, 69 and F8. RGB value is (5,105,248). Sum of RGB (Red+Green+Blue) = 5+105+248=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 248 (97.27% from 255 or 69.27% from 358); Max value from RGB is 248 - color contains mainly: blue. Hex color #0569F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0569F8 is #FA9607. Grayscale: #5A5A5A. Windows color (decimal): -16422408 or 16279813. OLE color: 16279813.
HSL color Cylindrical-coordinate representation of color #0569F8: hue angle of 215.31º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0569F8 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 105 | 248 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.03 |
| HSL | 215.31º | 0.96% | 0.5% | - |
| HSV(B) | 215.31º | 0.98% | 0.97% | - |
| XYZ | 22.06 | 16.91 | 90.91 | - |
| YUV | 91.4 | 216.37 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 248 | 0.98 | 0.58 | 0 | 0.03 | 215.31 | 0.96 | 0.5 |
| Hex | 5 | 69 | F8 | 62 | 3A | 0 | 3 | D7 | 60 | 32 |
| Octal | 5 | 151 | 370 | 142 | 72 | 0 | 3 | 327 | 140 | 62 |
| Binary | 101 | 1101001 | 11111000 | 1100010 | 111010 | 0 | 11 | 11010111 | 1100000 | 110010 |
Color Harmonies of #0569F8
Complementary color
Monochromatic Colors of #0569F8
Black with #0569F8
Text Example
Text Example
White with #0569F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0569F8; }
p { color: rgb(5,105,248); }
H1.HeaderClassName
{
color: #0569F8;
}
.AnyTagClassName
{
color: #0569F8;
}
</style>
background-color css
<style>
a { background-color: #0569F8; }
a { background-color: rgb(5,105,248); }
div.DivClassName
{
background-color: #0569F8;
}
.BgClassName
{
background-color: #0569F8;
}
</style>
border-color css
<style>
span { border-color: #0569F8; }
span { border-color: rgb(5,105,248); }
td.TdClassName
{
border-color: #0569F8;
}
.TagClassName
{
border-color: #0569F8;
}
</style>