Shades of Navy Blue #046FEE
Tints of Navy Blue #046FEE
RGB
CMYK
RGB Variations
Color information
#046FEE (or 0x046FEE) is known color: Navy Blue. HEX triplet: 04, 6F and EE. RGB value is (4,111,238). Sum of RGB (Red+Green+Blue) = 4+111+238=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #046FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046FEE is #FB9011. Grayscale: #5C5C5C. Windows color (decimal): -16486418 or 15625988. OLE color: 15625988.
HSL color Cylindrical-coordinate representation of color #046FEE: hue angle of 212.56º 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 #046FEE is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 111 | 238 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.07 |
| HSL | 212.56º | 0.97% | 0.47% | - |
| HSV(B) | 212.56º | 0.98% | 0.93% | - |
| XYZ | 21.17 | 17.57 | 83.16 | - |
| YUV | 93.49 | 209.55 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 238 | 0.98 | 0.53 | 0 | 0.07 | 212.56 | 0.97 | 0.47 |
| Hex | 4 | 6F | EE | 62 | 35 | 0 | 7 | D5 | 61 | 2F |
| Octal | 4 | 157 | 356 | 142 | 65 | 0 | 7 | 325 | 141 | 57 |
| Binary | 100 | 1101111 | 11101110 | 1100010 | 110101 | 0 | 111 | 11010101 | 1100001 | 101111 |
Color Harmonies of #046FEE
Complementary color
Monochromatic Colors of #046FEE
Black with #046FEE
Text Example
Text Example
White with #046FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046FEE; }
p { color: rgb(4,111,238); }
H1.HeaderClassName
{
color: #046FEE;
}
.AnyTagClassName
{
color: #046FEE;
}
</style>
background-color css
<style>
a { background-color: #046FEE; }
a { background-color: rgb(4,111,238); }
div.DivClassName
{
background-color: #046FEE;
}
.BgClassName
{
background-color: #046FEE;
}
</style>
border-color css
<style>
span { border-color: #046FEE; }
span { border-color: rgb(4,111,238); }
td.TdClassName
{
border-color: #046FEE;
}
.TagClassName
{
border-color: #046FEE;
}
</style>