Shades of Navy Blue #0579CB
Tints of Navy Blue #0579CB
RGB
CMYK
RGB Variations
Color information
#0579CB (or 0x0579CB) is known color: Navy Blue. HEX triplet: 05, 79 and CB. RGB value is (5,121,203). Sum of RGB (Red+Green+Blue) = 5+121+203=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #0579CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0579CB is #FA8634. Grayscale: #5F5F5F. Windows color (decimal): -16418357 or 13334789. OLE color: 13334789.
HSL color Cylindrical-coordinate representation of color #0579CB: hue angle of 204.85º 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 #0579CB is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 121 | 203 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.20 |
| HSL | 204.85º | 0.95% | 0.41% | - |
| HSV(B) | 204.85º | 0.98% | 0.8% | - |
| XYZ | 17.68 | 18.02 | 59.05 | - |
| YUV | 95.66 | 188.57 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 121 | 203 | 0.98 | 0.40 | 0 | 0.20 | 204.85 | 0.95 | 0.41 |
| Hex | 5 | 79 | CB | 62 | 28 | 0 | 14 | CD | 5F | 29 |
| Octal | 5 | 171 | 313 | 142 | 50 | 0 | 24 | 315 | 137 | 51 |
| Binary | 101 | 1111001 | 11001011 | 1100010 | 101000 | 0 | 10100 | 11001101 | 1011111 | 101001 |
Color Harmonies of #0579CB
Complementary color
Monochromatic Colors of #0579CB
Black with #0579CB
Text Example
Text Example
White with #0579CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0579CB; }
p { color: rgb(5,121,203); }
H1.HeaderClassName
{
color: #0579CB;
}
.AnyTagClassName
{
color: #0579CB;
}
</style>
background-color css
<style>
a { background-color: #0579CB; }
a { background-color: rgb(5,121,203); }
div.DivClassName
{
background-color: #0579CB;
}
.BgClassName
{
background-color: #0579CB;
}
</style>
border-color css
<style>
span { border-color: #0579CB; }
span { border-color: rgb(5,121,203); }
td.TdClassName
{
border-color: #0579CB;
}
.TagClassName
{
border-color: #0579CB;
}
</style>