Shades of Navy Blue #046FCB
Tints of Navy Blue #046FCB
RGB
CMYK
RGB Variations
Color information
#046FCB (or 0x046FCB) is known color: Navy Blue. HEX triplet: 04, 6F and CB. RGB value is (4,111,203). Sum of RGB (Red+Green+Blue) = 4+111+203=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #046FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FCB is #FB9034. Grayscale: #595959. Windows color (decimal): -16486453 or 13332228. OLE color: 13332228.
HSL color Cylindrical-coordinate representation of color #046FCB: hue angle of 207.74º 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 #046FCB is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 111 | 203 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.20 |
| HSL | 207.74º | 0.96% | 0.41% | - |
| HSV(B) | 207.74º | 0.98% | 0.8% | - |
| XYZ | 16.51 | 15.71 | 58.66 | - |
| YUV | 89.5 | 192.05 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 203 | 0.98 | 0.45 | 0 | 0.20 | 207.74 | 0.96 | 0.41 |
| Hex | 4 | 6F | CB | 62 | 2D | 0 | 14 | D0 | 60 | 29 |
| Octal | 4 | 157 | 313 | 142 | 55 | 0 | 24 | 320 | 140 | 51 |
| Binary | 100 | 1101111 | 11001011 | 1100010 | 101101 | 0 | 10100 | 11010000 | 1100000 | 101001 |
Color Harmonies of #046FCB
Complementary color
Monochromatic Colors of #046FCB
Black with #046FCB
Text Example
Text Example
White with #046FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046FCB; }
p { color: rgb(4,111,203); }
H1.HeaderClassName
{
color: #046FCB;
}
.AnyTagClassName
{
color: #046FCB;
}
</style>
background-color css
<style>
a { background-color: #046FCB; }
a { background-color: rgb(4,111,203); }
div.DivClassName
{
background-color: #046FCB;
}
.BgClassName
{
background-color: #046FCB;
}
</style>
border-color css
<style>
span { border-color: #046FCB; }
span { border-color: rgb(4,111,203); }
td.TdClassName
{
border-color: #046FCB;
}
.TagClassName
{
border-color: #046FCB;
}
</style>