Shades of Navy Blue #046FBA
Tints of Navy Blue #046FBA
RGB
CMYK
RGB Variations
Color information
#046FBA (or 0x046FBA) is known color: Navy Blue. HEX triplet: 04, 6F and BA. RGB value is (4,111,186). Sum of RGB (Red+Green+Blue) = 4+111+186=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #046FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FBA is #FB9045. Grayscale: #575757. Windows color (decimal): -16486470 or 12218116. OLE color: 12218116.
HSL color Cylindrical-coordinate representation of color #046FBA: hue angle of 204.73º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FBA is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 111 | 186 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.27 |
| HSL | 204.73º | 0.96% | 0.37% | - |
| HSV(B) | 204.73º | 0.98% | 0.73% | - |
| XYZ | 14.6 | 14.94 | 48.57 | - |
| YUV | 87.56 | 183.55 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 186 | 0.98 | 0.40 | 0 | 0.27 | 204.73 | 0.96 | 0.37 |
| Hex | 4 | 6F | BA | 62 | 28 | 0 | 1B | CD | 60 | 25 |
| Octal | 4 | 157 | 272 | 142 | 50 | 0 | 33 | 315 | 140 | 45 |
| Binary | 100 | 1101111 | 10111010 | 1100010 | 101000 | 0 | 11011 | 11001101 | 1100000 | 100101 |
Color Harmonies of #046FBA
Complementary color
Monochromatic Colors of #046FBA
Black with #046FBA
Text Example
Text Example
White with #046FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046FBA; }
p { color: rgb(4,111,186); }
H1.HeaderClassName
{
color: #046FBA;
}
.AnyTagClassName
{
color: #046FBA;
}
</style>
background-color css
<style>
a { background-color: #046FBA; }
a { background-color: rgb(4,111,186); }
div.DivClassName
{
background-color: #046FBA;
}
.BgClassName
{
background-color: #046FBA;
}
</style>
border-color css
<style>
span { border-color: #046FBA; }
span { border-color: rgb(4,111,186); }
td.TdClassName
{
border-color: #046FBA;
}
.TagClassName
{
border-color: #046FBA;
}
</style>