Shades of Navy Blue #046CCD
Tints of Navy Blue #046CCD
RGB
CMYK
RGB Variations
Color information
#046CCD (or 0x046CCD) is known color: Navy Blue. HEX triplet: 04, 6C and CD. RGB value is (4,108,205). Sum of RGB (Red+Green+Blue) = 4+108+205=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #046CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046CCD is #FB9332. Grayscale: #575757. Windows color (decimal): -16487219 or 13462532. OLE color: 13462532.
HSL color Cylindrical-coordinate representation of color #046CCD: hue angle of 208.96º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046CCD is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 108 | 205 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.20 |
| HSL | 208.96º | 0.96% | 0.41% | - |
| HSV(B) | 208.96º | 0.98% | 0.8% | - |
| XYZ | 16.43 | 15.16 | 59.82 | - |
| YUV | 87.96 | 194.04 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 205 | 0.98 | 0.47 | 0 | 0.20 | 208.96 | 0.96 | 0.41 |
| Hex | 4 | 6C | CD | 62 | 2F | 0 | 14 | D1 | 60 | 29 |
| Octal | 4 | 154 | 315 | 142 | 57 | 0 | 24 | 321 | 140 | 51 |
| Binary | 100 | 1101100 | 11001101 | 1100010 | 101111 | 0 | 10100 | 11010001 | 1100000 | 101001 |
Color Harmonies of #046CCD
Complementary color
Monochromatic Colors of #046CCD
Black with #046CCD
Text Example
Text Example
White with #046CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046CCD; }
p { color: rgb(4,108,205); }
H1.HeaderClassName
{
color: #046CCD;
}
.AnyTagClassName
{
color: #046CCD;
}
</style>
background-color css
<style>
a { background-color: #046CCD; }
a { background-color: rgb(4,108,205); }
div.DivClassName
{
background-color: #046CCD;
}
.BgClassName
{
background-color: #046CCD;
}
</style>
border-color css
<style>
span { border-color: #046CCD; }
span { border-color: rgb(4,108,205); }
td.TdClassName
{
border-color: #046CCD;
}
.TagClassName
{
border-color: #046CCD;
}
</style>