Shades of Navy Blue #046BDA
Tints of Navy Blue #046BDA
RGB
CMYK
RGB Variations
Color information
#046BDA (or 0x046BDA) is known color: Navy Blue. HEX triplet: 04, 6B and DA. RGB value is (4,107,218). Sum of RGB (Red+Green+Blue) = 4+107+218=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #046BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046BDA is #FB9425. Grayscale: #585858. Windows color (decimal): -16487462 or 14314244. OLE color: 14314244.
HSL color Cylindrical-coordinate representation of color #046BDA: hue angle of 211.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046BDA is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 107 | 218 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.15 |
| HSL | 211.12º | 0.96% | 0.44% | - |
| HSV(B) | 211.12º | 0.98% | 0.85% | - |
| XYZ | 17.96 | 15.6 | 68.39 | - |
| YUV | 88.86 | 200.88 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 107 | 218 | 0.98 | 0.51 | 0 | 0.15 | 211.12 | 0.96 | 0.44 |
| Hex | 4 | 6B | DA | 62 | 33 | 0 | F | D3 | 60 | 2C |
| Octal | 4 | 153 | 332 | 142 | 63 | 0 | 17 | 323 | 140 | 54 |
| Binary | 100 | 1101011 | 11011010 | 1100010 | 110011 | 0 | 1111 | 11010011 | 1100000 | 101100 |
Color Harmonies of #046BDA
Complementary color
Monochromatic Colors of #046BDA
Black with #046BDA
Text Example
Text Example
White with #046BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046BDA; }
p { color: rgb(4,107,218); }
H1.HeaderClassName
{
color: #046BDA;
}
.AnyTagClassName
{
color: #046BDA;
}
</style>
background-color css
<style>
a { background-color: #046BDA; }
a { background-color: rgb(4,107,218); }
div.DivClassName
{
background-color: #046BDA;
}
.BgClassName
{
background-color: #046BDA;
}
</style>
border-color css
<style>
span { border-color: #046BDA; }
span { border-color: rgb(4,107,218); }
td.TdClassName
{
border-color: #046BDA;
}
.TagClassName
{
border-color: #046BDA;
}
</style>