Shades of Navy Blue #046CC5
Tints of Navy Blue #046CC5
RGB
CMYK
RGB Variations
Color information
#046CC5 (or 0x046CC5) is known color: Navy Blue. HEX triplet: 04, 6C and C5. RGB value is (4,108,197). Sum of RGB (Red+Green+Blue) = 4+108+197=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 197 (77.34% from 255 or 63.75% from 309); Max value from RGB is 197 - color contains mainly: blue. Hex color #046CC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046CC5 is #FB933A. Grayscale: #565656. Windows color (decimal): -16487227 or 12938244. OLE color: 12938244.
HSL color Cylindrical-coordinate representation of color #046CC5: hue angle of 207.67º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046CC5 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 108 | 197 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.23 |
| HSL | 207.67º | 0.96% | 0.39% | - |
| HSV(B) | 207.67º | 0.98% | 0.77% | - |
| XYZ | 15.49 | 14.78 | 54.86 | - |
| YUV | 87.05 | 190.04 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 197 | 0.98 | 0.45 | 0 | 0.23 | 207.67 | 0.96 | 0.39 |
| Hex | 4 | 6C | C5 | 62 | 2D | 0 | 17 | D0 | 60 | 27 |
| Octal | 4 | 154 | 305 | 142 | 55 | 0 | 27 | 320 | 140 | 47 |
| Binary | 100 | 1101100 | 11000101 | 1100010 | 101101 | 0 | 10111 | 11010000 | 1100000 | 100111 |
Color Harmonies of #046CC5
Complementary color
Monochromatic Colors of #046CC5
Black with #046CC5
Text Example
Text Example
White with #046CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046CC5; }
p { color: rgb(4,108,197); }
H1.HeaderClassName
{
color: #046CC5;
}
.AnyTagClassName
{
color: #046CC5;
}
</style>
background-color css
<style>
a { background-color: #046CC5; }
a { background-color: rgb(4,108,197); }
div.DivClassName
{
background-color: #046CC5;
}
.BgClassName
{
background-color: #046CC5;
}
</style>
border-color css
<style>
span { border-color: #046CC5; }
span { border-color: rgb(4,108,197); }
td.TdClassName
{
border-color: #046CC5;
}
.TagClassName
{
border-color: #046CC5;
}
</style>