Shades of Navy Blue #046CEF
Tints of Navy Blue #046CEF
RGB
CMYK
RGB Variations
Color information
#046CEF (or 0x046CEF) is known color: Navy Blue. HEX triplet: 04, 6C and EF. RGB value is (4,108,239). Sum of RGB (Red+Green+Blue) = 4+108+239=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #046CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046CEF is #FB9310. Grayscale: #5B5B5B. Windows color (decimal): -16487185 or 15690756. OLE color: 15690756.
HSL color Cylindrical-coordinate representation of color #046CEF: hue angle of 213.45º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046CEF is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 108 | 239 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.06 |
| HSL | 213.45º | 0.97% | 0.48% | - |
| HSV(B) | 213.45º | 0.98% | 0.94% | - |
| XYZ | 20.99 | 16.98 | 83.83 | - |
| YUV | 91.84 | 211.04 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 239 | 0.98 | 0.55 | 0 | 0.06 | 213.45 | 0.97 | 0.48 |
| Hex | 4 | 6C | EF | 62 | 37 | 0 | 6 | D5 | 61 | 30 |
| Octal | 4 | 154 | 357 | 142 | 67 | 0 | 6 | 325 | 141 | 60 |
| Binary | 100 | 1101100 | 11101111 | 1100010 | 110111 | 0 | 110 | 11010101 | 1100001 | 110000 |
Color Harmonies of #046CEF
Complementary color
Monochromatic Colors of #046CEF
Black with #046CEF
Text Example
Text Example
White with #046CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046CEF; }
p { color: rgb(4,108,239); }
H1.HeaderClassName
{
color: #046CEF;
}
.AnyTagClassName
{
color: #046CEF;
}
</style>
background-color css
<style>
a { background-color: #046CEF; }
a { background-color: rgb(4,108,239); }
div.DivClassName
{
background-color: #046CEF;
}
.BgClassName
{
background-color: #046CEF;
}
</style>
border-color css
<style>
span { border-color: #046CEF; }
span { border-color: rgb(4,108,239); }
td.TdClassName
{
border-color: #046CEF;
}
.TagClassName
{
border-color: #046CEF;
}
</style>