Shades of Navy Blue #056FBC
Tints of Navy Blue #056FBC
RGB
CMYK
RGB Variations
Color information
#056FBC (or 0x056FBC) is known color: Navy Blue. HEX triplet: 05, 6F and BC. RGB value is (5,111,188). Sum of RGB (Red+Green+Blue) = 5+111+188=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #056FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056FBC is #FA9043. Grayscale: #575757. Windows color (decimal): -16420932 or 12349189. OLE color: 12349189.
HSL color Cylindrical-coordinate representation of color #056FBC: hue angle of 205.25º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056FBC is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 111 | 188 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.26 |
| HSL | 205.25º | 0.95% | 0.38% | - |
| HSV(B) | 205.25º | 0.97% | 0.74% | - |
| XYZ | 14.82 | 15.03 | 49.7 | - |
| YUV | 88.08 | 184.38 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 188 | 0.97 | 0.41 | 0 | 0.26 | 205.25 | 0.95 | 0.38 |
| Hex | 5 | 6F | BC | 61 | 29 | 0 | 1A | CD | 5F | 26 |
| Octal | 5 | 157 | 274 | 141 | 51 | 0 | 32 | 315 | 137 | 46 |
| Binary | 101 | 1101111 | 10111100 | 1100001 | 101001 | 0 | 11010 | 11001101 | 1011111 | 100110 |
Color Harmonies of #056FBC
Complementary color
Monochromatic Colors of #056FBC
Black with #056FBC
Text Example
Text Example
White with #056FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056FBC; }
p { color: rgb(5,111,188); }
H1.HeaderClassName
{
color: #056FBC;
}
.AnyTagClassName
{
color: #056FBC;
}
</style>
background-color css
<style>
a { background-color: #056FBC; }
a { background-color: rgb(5,111,188); }
div.DivClassName
{
background-color: #056FBC;
}
.BgClassName
{
background-color: #056FBC;
}
</style>
border-color css
<style>
span { border-color: #056FBC; }
span { border-color: rgb(5,111,188); }
td.TdClassName
{
border-color: #056FBC;
}
.TagClassName
{
border-color: #056FBC;
}
</style>