Shades of Navy Blue #046BEC
Tints of Navy Blue #046BEC
RGB
CMYK
RGB Variations
Color information
#046BEC (or 0x046BEC) is known color: Navy Blue. HEX triplet: 04, 6B and EC. RGB value is (4,107,236). Sum of RGB (Red+Green+Blue) = 4+107+236=347 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #046BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046BEC is #FB9413. Grayscale: #5A5A5A. Windows color (decimal): -16487444 or 15493892. OLE color: 15493892.
HSL color Cylindrical-coordinate representation of color #046BEC: hue angle of 213.36º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046BEC is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 107 | 236 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.07 |
| HSL | 213.36º | 0.97% | 0.47% | - |
| HSV(B) | 213.36º | 0.98% | 0.93% | - |
| XYZ | 20.45 | 16.6 | 81.48 | - |
| YUV | 90.91 | 209.88 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 107 | 236 | 0.98 | 0.55 | 0 | 0.07 | 213.36 | 0.97 | 0.47 |
| Hex | 4 | 6B | EC | 62 | 37 | 0 | 7 | D5 | 61 | 2F |
| Octal | 4 | 153 | 354 | 142 | 67 | 0 | 7 | 325 | 141 | 57 |
| Binary | 100 | 1101011 | 11101100 | 1100010 | 110111 | 0 | 111 | 11010101 | 1100001 | 101111 |
Color Harmonies of #046BEC
Complementary color
Monochromatic Colors of #046BEC
Black with #046BEC
Text Example
Text Example
White with #046BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046BEC; }
p { color: rgb(4,107,236); }
H1.HeaderClassName
{
color: #046BEC;
}
.AnyTagClassName
{
color: #046BEC;
}
</style>
background-color css
<style>
a { background-color: #046BEC; }
a { background-color: rgb(4,107,236); }
div.DivClassName
{
background-color: #046BEC;
}
.BgClassName
{
background-color: #046BEC;
}
</style>
border-color css
<style>
span { border-color: #046BEC; }
span { border-color: rgb(4,107,236); }
td.TdClassName
{
border-color: #046BEC;
}
.TagClassName
{
border-color: #046BEC;
}
</style>