Shades of Navy Blue #056BBA
Tints of Navy Blue #056BBA
RGB
CMYK
RGB Variations
Color information
#056BBA (or 0x056BBA) is known color: Navy Blue. HEX triplet: 05, 6B and BA. RGB value is (5,107,186). Sum of RGB (Red+Green+Blue) = 5+107+186=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #056BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BBA is #FA9445. Grayscale: #555555. Windows color (decimal): -16421958 or 12217093. OLE color: 12217093.
HSL color Cylindrical-coordinate representation of color #056BBA: hue angle of 206.19º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056BBA is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 107 | 186 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.27 |
| HSL | 206.19º | 0.95% | 0.37% | - |
| HSV(B) | 206.19º | 0.97% | 0.73% | - |
| XYZ | 14.18 | 14.09 | 48.43 | - |
| YUV | 85.51 | 184.71 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 186 | 0.97 | 0.42 | 0 | 0.27 | 206.19 | 0.95 | 0.37 |
| Hex | 5 | 6B | BA | 61 | 2A | 0 | 1B | CE | 5F | 25 |
| Octal | 5 | 153 | 272 | 141 | 52 | 0 | 33 | 316 | 137 | 45 |
| Binary | 101 | 1101011 | 10111010 | 1100001 | 101010 | 0 | 11011 | 11001110 | 1011111 | 100101 |
Color Harmonies of #056BBA
Complementary color
Monochromatic Colors of #056BBA
Black with #056BBA
Text Example
Text Example
White with #056BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056BBA; }
p { color: rgb(5,107,186); }
H1.HeaderClassName
{
color: #056BBA;
}
.AnyTagClassName
{
color: #056BBA;
}
</style>
background-color css
<style>
a { background-color: #056BBA; }
a { background-color: rgb(5,107,186); }
div.DivClassName
{
background-color: #056BBA;
}
.BgClassName
{
background-color: #056BBA;
}
</style>
border-color css
<style>
span { border-color: #056BBA; }
span { border-color: rgb(5,107,186); }
td.TdClassName
{
border-color: #056BBA;
}
.TagClassName
{
border-color: #056BBA;
}
</style>