Shades of Navy Blue #046FC1
Tints of Navy Blue #046FC1
RGB
CMYK
RGB Variations
Color information
#046FC1 (or 0x046FC1) is known color: Navy Blue. HEX triplet: 04, 6F and C1. RGB value is (4,111,193). Sum of RGB (Red+Green+Blue) = 4+111+193=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #046FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FC1 is #FB903E. Grayscale: #575757. Windows color (decimal): -16486463 or 12676868. OLE color: 12676868.
HSL color Cylindrical-coordinate representation of color #046FC1: hue angle of 206.03º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FC1 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 111 | 193 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.24 |
| HSL | 206.03º | 0.96% | 0.39% | - |
| HSV(B) | 206.03º | 0.98% | 0.76% | - |
| XYZ | 15.36 | 15.24 | 52.59 | - |
| YUV | 88.36 | 187.05 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 193 | 0.98 | 0.42 | 0 | 0.24 | 206.03 | 0.96 | 0.39 |
| Hex | 4 | 6F | C1 | 62 | 2A | 0 | 18 | CE | 60 | 27 |
| Octal | 4 | 157 | 301 | 142 | 52 | 0 | 30 | 316 | 140 | 47 |
| Binary | 100 | 1101111 | 11000001 | 1100010 | 101010 | 0 | 11000 | 11001110 | 1100000 | 100111 |
Color Harmonies of #046FC1
Complementary color
Monochromatic Colors of #046FC1
Black with #046FC1
Text Example
Text Example
White with #046FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046FC1; }
p { color: rgb(4,111,193); }
H1.HeaderClassName
{
color: #046FC1;
}
.AnyTagClassName
{
color: #046FC1;
}
</style>
background-color css
<style>
a { background-color: #046FC1; }
a { background-color: rgb(4,111,193); }
div.DivClassName
{
background-color: #046FC1;
}
.BgClassName
{
background-color: #046FC1;
}
</style>
border-color css
<style>
span { border-color: #046FC1; }
span { border-color: rgb(4,111,193); }
td.TdClassName
{
border-color: #046FC1;
}
.TagClassName
{
border-color: #046FC1;
}
</style>