Shades of Navy Blue #046CCC
Tints of Navy Blue #046CCC
RGB
CMYK
RGB Variations
Color information
#046CCC (or 0x046CCC) is known color: Navy Blue. HEX triplet: 04, 6C and CC. RGB value is (4,108,204). Sum of RGB (Red+Green+Blue) = 4+108+204=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #046CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046CCC is #FB9333. Grayscale: #575757. Windows color (decimal): -16487220 or 13396996. OLE color: 13396996.
HSL color Cylindrical-coordinate representation of color #046CCC: hue angle of 208.8º 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 #046CCC is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 108 | 204 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.2 |
| HSL | 208.8º | 0.96% | 0.41% | - |
| HSV(B) | 208.8º | 0.98% | 0.8% | - |
| XYZ | 16.31 | 15.11 | 59.18 | - |
| YUV | 87.85 | 193.54 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 204 | 0.98 | 0.47 | 0 | 0.2 | 208.8 | 0.96 | 0.41 |
| Hex | 4 | 6C | CC | 62 | 2F | 0 | 14 | D1 | 60 | 29 |
| Octal | 4 | 154 | 314 | 142 | 57 | 0 | 24 | 321 | 140 | 51 |
| Binary | 100 | 1101100 | 11001100 | 1100010 | 101111 | 0 | 10100 | 11010001 | 1100000 | 101001 |
Color Harmonies of #046CCC
Complementary color
Monochromatic Colors of #046CCC
Black with #046CCC
Text Example
Text Example
White with #046CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046CCC; }
p { color: rgb(4,108,204); }
H1.HeaderClassName
{
color: #046CCC;
}
.AnyTagClassName
{
color: #046CCC;
}
</style>
background-color css
<style>
a { background-color: #046CCC; }
a { background-color: rgb(4,108,204); }
div.DivClassName
{
background-color: #046CCC;
}
.BgClassName
{
background-color: #046CCC;
}
</style>
border-color css
<style>
span { border-color: #046CCC; }
span { border-color: rgb(4,108,204); }
td.TdClassName
{
border-color: #046CCC;
}
.TagClassName
{
border-color: #046CCC;
}
</style>