Shades of Navy Blue #046BBC
Tints of Navy Blue #046BBC
RGB
CMYK
RGB Variations
Color information
#046BBC (or 0x046BBC) is known color: Navy Blue. HEX triplet: 04, 6B and BC. RGB value is (4,107,188). Sum of RGB (Red+Green+Blue) = 4+107+188=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #046BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046BBC is #FB9443. Grayscale: #555555. Windows color (decimal): -16487492 or 12348164. OLE color: 12348164.
HSL color Cylindrical-coordinate representation of color #046BBC: hue angle of 206.41º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046BBC is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 107 | 188 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.26 |
| HSL | 206.41º | 0.96% | 0.38% | - |
| HSV(B) | 206.41º | 0.98% | 0.74% | - |
| XYZ | 14.38 | 14.17 | 49.55 | - |
| YUV | 85.44 | 185.88 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 107 | 188 | 0.98 | 0.43 | 0 | 0.26 | 206.41 | 0.96 | 0.38 |
| Hex | 4 | 6B | BC | 62 | 2B | 0 | 1A | CE | 60 | 26 |
| Octal | 4 | 153 | 274 | 142 | 53 | 0 | 32 | 316 | 140 | 46 |
| Binary | 100 | 1101011 | 10111100 | 1100010 | 101011 | 0 | 11010 | 11001110 | 1100000 | 100110 |
Color Harmonies of #046BBC
Complementary color
Monochromatic Colors of #046BBC
Black with #046BBC
Text Example
Text Example
White with #046BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046BBC; }
p { color: rgb(4,107,188); }
H1.HeaderClassName
{
color: #046BBC;
}
.AnyTagClassName
{
color: #046BBC;
}
</style>
background-color css
<style>
a { background-color: #046BBC; }
a { background-color: rgb(4,107,188); }
div.DivClassName
{
background-color: #046BBC;
}
.BgClassName
{
background-color: #046BBC;
}
</style>
border-color css
<style>
span { border-color: #046BBC; }
span { border-color: rgb(4,107,188); }
td.TdClassName
{
border-color: #046BBC;
}
.TagClassName
{
border-color: #046BBC;
}
</style>