Shades of Navy Blue #046DC5
Tints of Navy Blue #046DC5
RGB
CMYK
RGB Variations
Color information
#046DC5 (or 0x046DC5) is known color: Navy Blue. HEX triplet: 04, 6D and C5. RGB value is (4,109,197). Sum of RGB (Red+Green+Blue) = 4+109+197=310 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 197 (77.34% from 255 or 63.55% from 310); Max value from RGB is 197 - color contains mainly: blue. Hex color #046DC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046DC5 is #FB923A. Grayscale: #575757. Windows color (decimal): -16486971 or 12938500. OLE color: 12938500.
HSL color Cylindrical-coordinate representation of color #046DC5: hue angle of 207.36º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046DC5 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 109 | 197 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.23 |
| HSL | 207.36º | 0.96% | 0.39% | - |
| HSV(B) | 207.36º | 0.98% | 0.77% | - |
| XYZ | 15.6 | 14.99 | 54.9 | - |
| YUV | 87.64 | 189.71 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 197 | 0.98 | 0.45 | 0 | 0.23 | 207.36 | 0.96 | 0.39 |
| Hex | 4 | 6D | C5 | 62 | 2D | 0 | 17 | CF | 60 | 27 |
| Octal | 4 | 155 | 305 | 142 | 55 | 0 | 27 | 317 | 140 | 47 |
| Binary | 100 | 1101101 | 11000101 | 1100010 | 101101 | 0 | 10111 | 11001111 | 1100000 | 100111 |
Color Harmonies of #046DC5
Complementary color
Monochromatic Colors of #046DC5
Black with #046DC5
Text Example
Text Example
White with #046DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046DC5; }
p { color: rgb(4,109,197); }
H1.HeaderClassName
{
color: #046DC5;
}
.AnyTagClassName
{
color: #046DC5;
}
</style>
background-color css
<style>
a { background-color: #046DC5; }
a { background-color: rgb(4,109,197); }
div.DivClassName
{
background-color: #046DC5;
}
.BgClassName
{
background-color: #046DC5;
}
</style>
border-color css
<style>
span { border-color: #046DC5; }
span { border-color: rgb(4,109,197); }
td.TdClassName
{
border-color: #046DC5;
}
.TagClassName
{
border-color: #046DC5;
}
</style>