Shades of Navy Blue #056FCC
Tints of Navy Blue #056FCC
RGB
CMYK
RGB Variations
Color information
#056FCC (or 0x056FCC) is known color: Navy Blue. HEX triplet: 05, 6F and CC. RGB value is (5,111,204). Sum of RGB (Red+Green+Blue) = 5+111+204=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #056FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056FCC is #FA9033. Grayscale: #595959. Windows color (decimal): -16420916 or 13397765. OLE color: 13397765.
HSL color Cylindrical-coordinate representation of color #056FCC: hue angle of 208.04º 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 #056FCC is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 111 | 204 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.2 |
| HSL | 208.04º | 0.95% | 0.41% | - |
| HSV(B) | 208.04º | 0.98% | 0.8% | - |
| XYZ | 16.65 | 15.76 | 59.29 | - |
| YUV | 89.91 | 192.38 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 204 | 0.98 | 0.46 | 0 | 0.2 | 208.04 | 0.95 | 0.41 |
| Hex | 5 | 6F | CC | 62 | 2E | 0 | 14 | D0 | 5F | 29 |
| Octal | 5 | 157 | 314 | 142 | 56 | 0 | 24 | 320 | 137 | 51 |
| Binary | 101 | 1101111 | 11001100 | 1100010 | 101110 | 0 | 10100 | 11010000 | 1011111 | 101001 |
Color Harmonies of #056FCC
Complementary color
Monochromatic Colors of #056FCC
Black with #056FCC
Text Example
Text Example
White with #056FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056FCC; }
p { color: rgb(5,111,204); }
H1.HeaderClassName
{
color: #056FCC;
}
.AnyTagClassName
{
color: #056FCC;
}
</style>
background-color css
<style>
a { background-color: #056FCC; }
a { background-color: rgb(5,111,204); }
div.DivClassName
{
background-color: #056FCC;
}
.BgClassName
{
background-color: #056FCC;
}
</style>
border-color css
<style>
span { border-color: #056FCC; }
span { border-color: rgb(5,111,204); }
td.TdClassName
{
border-color: #056FCC;
}
.TagClassName
{
border-color: #056FCC;
}
</style>