Shades of Navy Blue #046ACE
Tints of Navy Blue #046ACE
RGB
CMYK
RGB Variations
Color information
#046ACE (or 0x046ACE) is known color: Navy Blue. HEX triplet: 04, 6A and CE. RGB value is (4,106,206). Sum of RGB (Red+Green+Blue) = 4+106+206=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #046ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ACE is #FB9531. Grayscale: #565656. Windows color (decimal): -16487730 or 13527556. OLE color: 13527556.
HSL color Cylindrical-coordinate representation of color #046ACE: hue angle of 209.7º 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 #046ACE is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 106 | 206 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.19 |
| HSL | 209.7º | 0.96% | 0.41% | - |
| HSV(B) | 209.7º | 0.98% | 0.81% | - |
| XYZ | 16.34 | 14.79 | 60.39 | - |
| YUV | 86.9 | 195.21 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 106 | 206 | 0.98 | 0.49 | 0 | 0.19 | 209.7 | 0.96 | 0.41 |
| Hex | 4 | 6A | CE | 62 | 31 | 0 | 13 | D2 | 60 | 29 |
| Octal | 4 | 152 | 316 | 142 | 61 | 0 | 23 | 322 | 140 | 51 |
| Binary | 100 | 1101010 | 11001110 | 1100010 | 110001 | 0 | 10011 | 11010010 | 1100000 | 101001 |
Color Harmonies of #046ACE
Complementary color
Monochromatic Colors of #046ACE
Black with #046ACE
Text Example
Text Example
White with #046ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046ACE; }
p { color: rgb(4,106,206); }
H1.HeaderClassName
{
color: #046ACE;
}
.AnyTagClassName
{
color: #046ACE;
}
</style>
background-color css
<style>
a { background-color: #046ACE; }
a { background-color: rgb(4,106,206); }
div.DivClassName
{
background-color: #046ACE;
}
.BgClassName
{
background-color: #046ACE;
}
</style>
border-color css
<style>
span { border-color: #046ACE; }
span { border-color: rgb(4,106,206); }
td.TdClassName
{
border-color: #046ACE;
}
.TagClassName
{
border-color: #046ACE;
}
</style>