Shades of Navy Blue #046DBA
Tints of Navy Blue #046DBA
RGB
CMYK
RGB Variations
Color information
#046DBA (or 0x046DBA) is known color: Navy Blue. HEX triplet: 04, 6D and BA. RGB value is (4,109,186). Sum of RGB (Red+Green+Blue) = 4+109+186=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #046DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046DBA is #FB9245. Grayscale: #555555. Windows color (decimal): -16486982 or 12217604. OLE color: 12217604.
HSL color Cylindrical-coordinate representation of color #046DBA: hue angle of 205.38º 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 #046DBA is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 109 | 186 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.27 |
| HSL | 205.38º | 0.96% | 0.37% | - |
| HSV(B) | 205.38º | 0.98% | 0.73% | - |
| XYZ | 14.38 | 14.51 | 48.5 | - |
| YUV | 86.38 | 184.21 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 186 | 0.98 | 0.41 | 0 | 0.27 | 205.38 | 0.96 | 0.37 |
| Hex | 4 | 6D | BA | 62 | 29 | 0 | 1B | CD | 60 | 25 |
| Octal | 4 | 155 | 272 | 142 | 51 | 0 | 33 | 315 | 140 | 45 |
| Binary | 100 | 1101101 | 10111010 | 1100010 | 101001 | 0 | 11011 | 11001101 | 1100000 | 100101 |
Color Harmonies of #046DBA
Complementary color
Monochromatic Colors of #046DBA
Black with #046DBA
Text Example
Text Example
White with #046DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046DBA; }
p { color: rgb(4,109,186); }
H1.HeaderClassName
{
color: #046DBA;
}
.AnyTagClassName
{
color: #046DBA;
}
</style>
background-color css
<style>
a { background-color: #046DBA; }
a { background-color: rgb(4,109,186); }
div.DivClassName
{
background-color: #046DBA;
}
.BgClassName
{
background-color: #046DBA;
}
</style>
border-color css
<style>
span { border-color: #046DBA; }
span { border-color: rgb(4,109,186); }
td.TdClassName
{
border-color: #046DBA;
}
.TagClassName
{
border-color: #046DBA;
}
</style>