Shades of Navy Blue #046BCF
Tints of Navy Blue #046BCF
RGB
CMYK
RGB Variations
Color information
#046BCF (or 0x046BCF) is known color: Navy Blue. HEX triplet: 04, 6B and CF. RGB value is (4,107,207). Sum of RGB (Red+Green+Blue) = 4+107+207=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #046BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046BCF is #FB9430. Grayscale: #575757. Windows color (decimal): -16487473 or 13593348. OLE color: 13593348.
HSL color Cylindrical-coordinate representation of color #046BCF: hue angle of 209.56º 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 #046BCF is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 107 | 207 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.19 |
| HSL | 209.56º | 0.96% | 0.41% | - |
| HSV(B) | 209.56º | 0.98% | 0.81% | - |
| XYZ | 16.57 | 15.05 | 61.06 | - |
| YUV | 87.6 | 195.38 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 107 | 207 | 0.98 | 0.48 | 0 | 0.19 | 209.56 | 0.96 | 0.41 |
| Hex | 4 | 6B | CF | 62 | 30 | 0 | 13 | D2 | 60 | 29 |
| Octal | 4 | 153 | 317 | 142 | 60 | 0 | 23 | 322 | 140 | 51 |
| Binary | 100 | 1101011 | 11001111 | 1100010 | 110000 | 0 | 10011 | 11010010 | 1100000 | 101001 |
Color Harmonies of #046BCF
Complementary color
Monochromatic Colors of #046BCF
Black with #046BCF
Text Example
Text Example
White with #046BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046BCF; }
p { color: rgb(4,107,207); }
H1.HeaderClassName
{
color: #046BCF;
}
.AnyTagClassName
{
color: #046BCF;
}
</style>
background-color css
<style>
a { background-color: #046BCF; }
a { background-color: rgb(4,107,207); }
div.DivClassName
{
background-color: #046BCF;
}
.BgClassName
{
background-color: #046BCF;
}
</style>
border-color css
<style>
span { border-color: #046BCF; }
span { border-color: rgb(4,107,207); }
td.TdClassName
{
border-color: #046BCF;
}
.TagClassName
{
border-color: #046BCF;
}
</style>