Shades of Navy Blue #046DC2
Tints of Navy Blue #046DC2
RGB
CMYK
RGB Variations
Color information
#046DC2 (or 0x046DC2) is known color: Navy Blue. HEX triplet: 04, 6D and C2. RGB value is (4,109,194). Sum of RGB (Red+Green+Blue) = 4+109+194=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 194 (76.17% from 255 or 63.19% from 307); Max value from RGB is 194 - color contains mainly: blue. Hex color #046DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046DC2 is #FB923D. Grayscale: #565656. Windows color (decimal): -16486974 or 12741892. OLE color: 12741892.
HSL color Cylindrical-coordinate representation of color #046DC2: hue angle of 206.84º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046DC2 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 109 | 194 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.24 |
| HSL | 206.84º | 0.96% | 0.39% | - |
| HSV(B) | 206.84º | 0.98% | 0.76% | - |
| XYZ | 15.26 | 14.86 | 53.1 | - |
| YUV | 87.3 | 188.21 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 194 | 0.98 | 0.44 | 0 | 0.24 | 206.84 | 0.96 | 0.39 |
| Hex | 4 | 6D | C2 | 62 | 2C | 0 | 18 | CF | 60 | 27 |
| Octal | 4 | 155 | 302 | 142 | 54 | 0 | 30 | 317 | 140 | 47 |
| Binary | 100 | 1101101 | 11000010 | 1100010 | 101100 | 0 | 11000 | 11001111 | 1100000 | 100111 |
Color Harmonies of #046DC2
Complementary color
Monochromatic Colors of #046DC2
Black with #046DC2
Text Example
Text Example
White with #046DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046DC2; }
p { color: rgb(4,109,194); }
H1.HeaderClassName
{
color: #046DC2;
}
.AnyTagClassName
{
color: #046DC2;
}
</style>
background-color css
<style>
a { background-color: #046DC2; }
a { background-color: rgb(4,109,194); }
div.DivClassName
{
background-color: #046DC2;
}
.BgClassName
{
background-color: #046DC2;
}
</style>
border-color css
<style>
span { border-color: #046DC2; }
span { border-color: rgb(4,109,194); }
td.TdClassName
{
border-color: #046DC2;
}
.TagClassName
{
border-color: #046DC2;
}
</style>