Shades of Navy Blue #046ECC
Tints of Navy Blue #046ECC
RGB
CMYK
RGB Variations
Color information
#046ECC (or 0x046ECC) is known color: Navy Blue. HEX triplet: 04, 6E and CC. RGB value is (4,110,204). Sum of RGB (Red+Green+Blue) = 4+110+204=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #046ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ECC is #FB9133. Grayscale: #585858. Windows color (decimal): -16486708 or 13397508. OLE color: 13397508.
HSL color Cylindrical-coordinate representation of color #046ECC: hue angle of 208.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046ECC is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 110 | 204 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.2 |
| HSL | 208.2º | 0.96% | 0.41% | - |
| HSV(B) | 208.2º | 0.98% | 0.8% | - |
| XYZ | 16.53 | 15.54 | 59.25 | - |
| YUV | 89.02 | 192.88 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 110 | 204 | 0.98 | 0.46 | 0 | 0.2 | 208.2 | 0.96 | 0.41 |
| Hex | 4 | 6E | CC | 62 | 2E | 0 | 14 | D0 | 60 | 29 |
| Octal | 4 | 156 | 314 | 142 | 56 | 0 | 24 | 320 | 140 | 51 |
| Binary | 100 | 1101110 | 11001100 | 1100010 | 101110 | 0 | 10100 | 11010000 | 1100000 | 101001 |
Color Harmonies of #046ECC
Complementary color
Monochromatic Colors of #046ECC
Black with #046ECC
Text Example
Text Example
White with #046ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046ECC; }
p { color: rgb(4,110,204); }
H1.HeaderClassName
{
color: #046ECC;
}
.AnyTagClassName
{
color: #046ECC;
}
</style>
background-color css
<style>
a { background-color: #046ECC; }
a { background-color: rgb(4,110,204); }
div.DivClassName
{
background-color: #046ECC;
}
.BgClassName
{
background-color: #046ECC;
}
</style>
border-color css
<style>
span { border-color: #046ECC; }
span { border-color: rgb(4,110,204); }
td.TdClassName
{
border-color: #046ECC;
}
.TagClassName
{
border-color: #046ECC;
}
</style>