Shades of Navy Blue #056CCB
Tints of Navy Blue #056CCB
RGB
CMYK
RGB Variations
Color information
#056CCB (or 0x056CCB) is known color: Navy Blue. HEX triplet: 05, 6C and CB. RGB value is (5,108,203). Sum of RGB (Red+Green+Blue) = 5+108+203=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #056CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056CCB is #FA9334. Grayscale: #575757. Windows color (decimal): -16421685 or 13331461. OLE color: 13331461.
HSL color Cylindrical-coordinate representation of color #056CCB: hue angle of 208.79º 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 #056CCB is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 108 | 203 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.20 |
| HSL | 208.79º | 0.95% | 0.41% | - |
| HSV(B) | 208.79º | 0.98% | 0.8% | - |
| XYZ | 16.2 | 15.07 | 58.55 | - |
| YUV | 88.03 | 192.88 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 108 | 203 | 0.98 | 0.47 | 0 | 0.20 | 208.79 | 0.95 | 0.41 |
| Hex | 5 | 6C | CB | 62 | 2F | 0 | 14 | D1 | 5F | 29 |
| Octal | 5 | 154 | 313 | 142 | 57 | 0 | 24 | 321 | 137 | 51 |
| Binary | 101 | 1101100 | 11001011 | 1100010 | 101111 | 0 | 10100 | 11010001 | 1011111 | 101001 |
Color Harmonies of #056CCB
Complementary color
Monochromatic Colors of #056CCB
Black with #056CCB
Text Example
Text Example
White with #056CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056CCB; }
p { color: rgb(5,108,203); }
H1.HeaderClassName
{
color: #056CCB;
}
.AnyTagClassName
{
color: #056CCB;
}
</style>
background-color css
<style>
a { background-color: #056CCB; }
a { background-color: rgb(5,108,203); }
div.DivClassName
{
background-color: #056CCB;
}
.BgClassName
{
background-color: #056CCB;
}
</style>
border-color css
<style>
span { border-color: #056CCB; }
span { border-color: rgb(5,108,203); }
td.TdClassName
{
border-color: #056CCB;
}
.TagClassName
{
border-color: #056CCB;
}
</style>