Shades of Navy Blue #046BCB
Tints of Navy Blue #046BCB
RGB
CMYK
RGB Variations
Color information
#046BCB (or 0x046BCB) is known color: Navy Blue. HEX triplet: 04, 6B and CB. RGB value is (4,107,203). Sum of RGB (Red+Green+Blue) = 4+107+203=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #046BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046BCB is #FB9434. Grayscale: #565656. Windows color (decimal): -16487477 or 13331204. OLE color: 13331204.
HSL color Cylindrical-coordinate representation of color #046BCB: hue angle of 208.94º 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 #046BCB is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 107 | 203 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.20 |
| HSL | 208.94º | 0.96% | 0.41% | - |
| HSV(B) | 208.94º | 0.98% | 0.8% | - |
| XYZ | 16.09 | 14.85 | 58.52 | - |
| YUV | 87.15 | 193.38 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 107 | 203 | 0.98 | 0.47 | 0 | 0.20 | 208.94 | 0.96 | 0.41 |
| Hex | 4 | 6B | CB | 62 | 2F | 0 | 14 | D1 | 60 | 29 |
| Octal | 4 | 153 | 313 | 142 | 57 | 0 | 24 | 321 | 140 | 51 |
| Binary | 100 | 1101011 | 11001011 | 1100010 | 101111 | 0 | 10100 | 11010001 | 1100000 | 101001 |
Color Harmonies of #046BCB
Complementary color
Monochromatic Colors of #046BCB
Black with #046BCB
Text Example
Text Example
White with #046BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046BCB; }
p { color: rgb(4,107,203); }
H1.HeaderClassName
{
color: #046BCB;
}
.AnyTagClassName
{
color: #046BCB;
}
</style>
background-color css
<style>
a { background-color: #046BCB; }
a { background-color: rgb(4,107,203); }
div.DivClassName
{
background-color: #046BCB;
}
.BgClassName
{
background-color: #046BCB;
}
</style>
border-color css
<style>
span { border-color: #046BCB; }
span { border-color: rgb(4,107,203); }
td.TdClassName
{
border-color: #046BCB;
}
.TagClassName
{
border-color: #046BCB;
}
</style>