Shades of Navy Blue #046ECF
Tints of Navy Blue #046ECF
RGB
CMYK
RGB Variations
Color information
#046ECF (or 0x046ECF) is known color: Navy Blue. HEX triplet: 04, 6E and CF. RGB value is (4,110,207). Sum of RGB (Red+Green+Blue) = 4+110+207=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #046ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ECF is #FB9130. Grayscale: #585858. Windows color (decimal): -16486705 or 13594116. OLE color: 13594116.
HSL color Cylindrical-coordinate representation of color #046ECF: hue angle of 208.67º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046ECF is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 110 | 207 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.19 |
| HSL | 208.67º | 0.96% | 0.41% | - |
| HSV(B) | 208.67º | 0.98% | 0.81% | - |
| XYZ | 16.89 | 15.68 | 61.17 | - |
| YUV | 89.36 | 194.38 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 110 | 207 | 0.98 | 0.47 | 0 | 0.19 | 208.67 | 0.96 | 0.41 |
| Hex | 4 | 6E | CF | 62 | 2F | 0 | 13 | D1 | 60 | 29 |
| Octal | 4 | 156 | 317 | 142 | 57 | 0 | 23 | 321 | 140 | 51 |
| Binary | 100 | 1101110 | 11001111 | 1100010 | 101111 | 0 | 10011 | 11010001 | 1100000 | 101001 |
Color Harmonies of #046ECF
Complementary color
Monochromatic Colors of #046ECF
Black with #046ECF
Text Example
Text Example
White with #046ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046ECF; }
p { color: rgb(4,110,207); }
H1.HeaderClassName
{
color: #046ECF;
}
.AnyTagClassName
{
color: #046ECF;
}
</style>
background-color css
<style>
a { background-color: #046ECF; }
a { background-color: rgb(4,110,207); }
div.DivClassName
{
background-color: #046ECF;
}
.BgClassName
{
background-color: #046ECF;
}
</style>
border-color css
<style>
span { border-color: #046ECF; }
span { border-color: rgb(4,110,207); }
td.TdClassName
{
border-color: #046ECF;
}
.TagClassName
{
border-color: #046ECF;
}
</style>