Shades of Navy Blue #056FC0
Tints of Navy Blue #056FC0
RGB
CMYK
RGB Variations
Color information
#056FC0 (or 0x056FC0) is known color: Navy Blue. HEX triplet: 05, 6F and C0. RGB value is (5,111,192). Sum of RGB (Red+Green+Blue) = 5+111+192=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #056FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056FC0 is #FA903F. Grayscale: #585858. Windows color (decimal): -16420928 or 12611333. OLE color: 12611333.
HSL color Cylindrical-coordinate representation of color #056FC0: hue angle of 205.99º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056FC0 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 111 | 192 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.25 |
| HSL | 205.99º | 0.95% | 0.39% | - |
| HSV(B) | 205.99º | 0.97% | 0.75% | - |
| XYZ | 15.26 | 15.21 | 52 | - |
| YUV | 88.54 | 186.38 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 192 | 0.97 | 0.42 | 0 | 0.25 | 205.99 | 0.95 | 0.39 |
| Hex | 5 | 6F | C0 | 61 | 2A | 0 | 19 | CE | 5F | 27 |
| Octal | 5 | 157 | 300 | 141 | 52 | 0 | 31 | 316 | 137 | 47 |
| Binary | 101 | 1101111 | 11000000 | 1100001 | 101010 | 0 | 11001 | 11001110 | 1011111 | 100111 |
Color Harmonies of #056FC0
Complementary color
Monochromatic Colors of #056FC0
Black with #056FC0
Text Example
Text Example
White with #056FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056FC0; }
p { color: rgb(5,111,192); }
H1.HeaderClassName
{
color: #056FC0;
}
.AnyTagClassName
{
color: #056FC0;
}
</style>
background-color css
<style>
a { background-color: #056FC0; }
a { background-color: rgb(5,111,192); }
div.DivClassName
{
background-color: #056FC0;
}
.BgClassName
{
background-color: #056FC0;
}
</style>
border-color css
<style>
span { border-color: #056FC0; }
span { border-color: rgb(5,111,192); }
td.TdClassName
{
border-color: #056FC0;
}
.TagClassName
{
border-color: #056FC0;
}
</style>