Shades of Navy Blue #056CBC
Tints of Navy Blue #056CBC
RGB
CMYK
RGB Variations
Color information
#056CBC (or 0x056CBC) is known color: Navy Blue. HEX triplet: 05, 6C and BC. RGB value is (5,108,188). Sum of RGB (Red+Green+Blue) = 5+108+188=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #056CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056CBC is #FA9343. Grayscale: #555555. Windows color (decimal): -16421700 or 12348421. OLE color: 12348421.
HSL color Cylindrical-coordinate representation of color #056CBC: hue angle of 206.23º 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 #056CBC is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 108 | 188 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.26 |
| HSL | 206.23º | 0.95% | 0.38% | - |
| HSV(B) | 206.23º | 0.97% | 0.74% | - |
| XYZ | 14.5 | 14.39 | 49.59 | - |
| YUV | 86.32 | 185.38 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 108 | 188 | 0.97 | 0.43 | 0 | 0.26 | 206.23 | 0.95 | 0.38 |
| Hex | 5 | 6C | BC | 61 | 2B | 0 | 1A | CE | 5F | 26 |
| Octal | 5 | 154 | 274 | 141 | 53 | 0 | 32 | 316 | 137 | 46 |
| Binary | 101 | 1101100 | 10111100 | 1100001 | 101011 | 0 | 11010 | 11001110 | 1011111 | 100110 |
Color Harmonies of #056CBC
Complementary color
Monochromatic Colors of #056CBC
Black with #056CBC
Text Example
Text Example
White with #056CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056CBC; }
p { color: rgb(5,108,188); }
H1.HeaderClassName
{
color: #056CBC;
}
.AnyTagClassName
{
color: #056CBC;
}
</style>
background-color css
<style>
a { background-color: #056CBC; }
a { background-color: rgb(5,108,188); }
div.DivClassName
{
background-color: #056CBC;
}
.BgClassName
{
background-color: #056CBC;
}
</style>
border-color css
<style>
span { border-color: #056CBC; }
span { border-color: rgb(5,108,188); }
td.TdClassName
{
border-color: #056CBC;
}
.TagClassName
{
border-color: #056CBC;
}
</style>