Shades of Navy Blue #0579C2
Tints of Navy Blue #0579C2
RGB
CMYK
RGB Variations
Color information
#0579C2 (or 0x0579C2) is known color: Navy Blue. HEX triplet: 05, 79 and C2. RGB value is (5,121,194). Sum of RGB (Red+Green+Blue) = 5+121+194=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 194 (76.17% from 255 or 60.62% from 320); Max value from RGB is 194 - color contains mainly: blue. Hex color #0579C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0579C2 is #FA863D. Grayscale: #5E5E5E. Windows color (decimal): -16418366 or 12744965. OLE color: 12744965.
HSL color Cylindrical-coordinate representation of color #0579C2: hue angle of 203.17º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0579C2 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 121 | 194 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.24 |
| HSL | 203.17º | 0.95% | 0.39% | - |
| HSV(B) | 203.17º | 0.97% | 0.76% | - |
| XYZ | 16.64 | 17.6 | 53.56 | - |
| YUV | 94.64 | 184.07 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 121 | 194 | 0.97 | 0.38 | 0 | 0.24 | 203.17 | 0.95 | 0.39 |
| Hex | 5 | 79 | C2 | 61 | 26 | 0 | 18 | CB | 5F | 27 |
| Octal | 5 | 171 | 302 | 141 | 46 | 0 | 30 | 313 | 137 | 47 |
| Binary | 101 | 1111001 | 11000010 | 1100001 | 100110 | 0 | 11000 | 11001011 | 1011111 | 100111 |
Color Harmonies of #0579C2
Complementary color
Monochromatic Colors of #0579C2
Black with #0579C2
Text Example
Text Example
White with #0579C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0579C2; }
p { color: rgb(5,121,194); }
H1.HeaderClassName
{
color: #0579C2;
}
.AnyTagClassName
{
color: #0579C2;
}
</style>
background-color css
<style>
a { background-color: #0579C2; }
a { background-color: rgb(5,121,194); }
div.DivClassName
{
background-color: #0579C2;
}
.BgClassName
{
background-color: #0579C2;
}
</style>
border-color css
<style>
span { border-color: #0579C2; }
span { border-color: rgb(5,121,194); }
td.TdClassName
{
border-color: #0579C2;
}
.TagClassName
{
border-color: #0579C2;
}
</style>