Shades of Navy Blue #0572DC
Tints of Navy Blue #0572DC
RGB
CMYK
RGB Variations
Color information
#0572DC (or 0x0572DC) is known color: Navy Blue. HEX triplet: 05, 72 and DC. RGB value is (5,114,220). Sum of RGB (Red+Green+Blue) = 5+114+220=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #0572DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0572DC is #FA8D23. Grayscale: #5C5C5C. Windows color (decimal): -16420132 or 14447109. OLE color: 14447109.
HSL color Cylindrical-coordinate representation of color #0572DC: hue angle of 209.58º 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 #0572DC is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 114 | 220 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.14 |
| HSL | 209.58º | 0.96% | 0.44% | - |
| HSV(B) | 209.58º | 0.98% | 0.86% | - |
| XYZ | 19 | 17.23 | 70.04 | - |
| YUV | 93.49 | 199.39 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 220 | 0.98 | 0.48 | 0 | 0.14 | 209.58 | 0.96 | 0.44 |
| Hex | 5 | 72 | DC | 62 | 30 | 0 | E | D2 | 60 | 2C |
| Octal | 5 | 162 | 334 | 142 | 60 | 0 | 16 | 322 | 140 | 54 |
| Binary | 101 | 1110010 | 11011100 | 1100010 | 110000 | 0 | 1110 | 11010010 | 1100000 | 101100 |
Color Harmonies of #0572DC
Complementary color
Monochromatic Colors of #0572DC
Black with #0572DC
Text Example
Text Example
White with #0572DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0572DC; }
p { color: rgb(5,114,220); }
H1.HeaderClassName
{
color: #0572DC;
}
.AnyTagClassName
{
color: #0572DC;
}
</style>
background-color css
<style>
a { background-color: #0572DC; }
a { background-color: rgb(5,114,220); }
div.DivClassName
{
background-color: #0572DC;
}
.BgClassName
{
background-color: #0572DC;
}
</style>
border-color css
<style>
span { border-color: #0572DC; }
span { border-color: rgb(5,114,220); }
td.TdClassName
{
border-color: #0572DC;
}
.TagClassName
{
border-color: #0572DC;
}
</style>