Shades of Navy Blue #046CDF
Tints of Navy Blue #046CDF
RGB
CMYK
RGB Variations
Color information
#046CDF (or 0x046CDF) is known color: Navy Blue. HEX triplet: 04, 6C and DF. RGB value is (4,108,223). Sum of RGB (Red+Green+Blue) = 4+108+223=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #046CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046CDF is #FB9320. Grayscale: #595959. Windows color (decimal): -16487201 or 14642180. OLE color: 14642180.
HSL color Cylindrical-coordinate representation of color #046CDF: hue angle of 211.51º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046CDF is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 108 | 223 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.13 |
| HSL | 211.51º | 0.96% | 0.45% | - |
| HSV(B) | 211.51º | 0.98% | 0.87% | - |
| XYZ | 18.73 | 16.08 | 71.93 | - |
| YUV | 90.01 | 203.04 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 223 | 0.98 | 0.52 | 0 | 0.13 | 211.51 | 0.96 | 0.45 |
| Hex | 4 | 6C | DF | 62 | 34 | 0 | D | D4 | 60 | 2D |
| Octal | 4 | 154 | 337 | 142 | 64 | 0 | 15 | 324 | 140 | 55 |
| Binary | 100 | 1101100 | 11011111 | 1100010 | 110100 | 0 | 1101 | 11010100 | 1100000 | 101101 |
Color Harmonies of #046CDF
Complementary color
Monochromatic Colors of #046CDF
Black with #046CDF
Text Example
Text Example
White with #046CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046CDF; }
p { color: rgb(4,108,223); }
H1.HeaderClassName
{
color: #046CDF;
}
.AnyTagClassName
{
color: #046CDF;
}
</style>
background-color css
<style>
a { background-color: #046CDF; }
a { background-color: rgb(4,108,223); }
div.DivClassName
{
background-color: #046CDF;
}
.BgClassName
{
background-color: #046CDF;
}
</style>
border-color css
<style>
span { border-color: #046CDF; }
span { border-color: rgb(4,108,223); }
td.TdClassName
{
border-color: #046CDF;
}
.TagClassName
{
border-color: #046CDF;
}
</style>