Shades of Navy Blue #046FD0
Tints of Navy Blue #046FD0
RGB
CMYK
RGB Variations
Color information
#046FD0 (or 0x046FD0) is known color: Navy Blue. HEX triplet: 04, 6F and D0. RGB value is (4,111,208). Sum of RGB (Red+Green+Blue) = 4+111+208=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 208 (81.64% from 255 or 64.40% from 323); Max value from RGB is 208 - color contains mainly: blue. Hex color #046FD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FD0 is #FB902F. Grayscale: #595959. Windows color (decimal): -16486448 or 13659908. OLE color: 13659908.
HSL color Cylindrical-coordinate representation of color #046FD0: hue angle of 208.53º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FD0 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 111 | 208 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.18 |
| HSL | 208.53º | 0.96% | 0.42% | - |
| HSV(B) | 208.53º | 0.98% | 0.82% | - |
| XYZ | 17.12 | 15.95 | 61.85 | - |
| YUV | 90.07 | 194.55 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 208 | 0.98 | 0.47 | 0 | 0.18 | 208.53 | 0.96 | 0.42 |
| Hex | 4 | 6F | D0 | 62 | 2F | 0 | 12 | D1 | 60 | 2A |
| Octal | 4 | 157 | 320 | 142 | 57 | 0 | 22 | 321 | 140 | 52 |
| Binary | 100 | 1101111 | 11010000 | 1100010 | 101111 | 0 | 10010 | 11010001 | 1100000 | 101010 |
Color Harmonies of #046FD0
Complementary color
Monochromatic Colors of #046FD0
Black with #046FD0
Text Example
Text Example
White with #046FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046FD0; }
p { color: rgb(4,111,208); }
H1.HeaderClassName
{
color: #046FD0;
}
.AnyTagClassName
{
color: #046FD0;
}
</style>
background-color css
<style>
a { background-color: #046FD0; }
a { background-color: rgb(4,111,208); }
div.DivClassName
{
background-color: #046FD0;
}
.BgClassName
{
background-color: #046FD0;
}
</style>
border-color css
<style>
span { border-color: #046FD0; }
span { border-color: rgb(4,111,208); }
td.TdClassName
{
border-color: #046FD0;
}
.TagClassName
{
border-color: #046FD0;
}
</style>