Shades of Navy Blue #0469DC
Tints of Navy Blue #0469DC
RGB
CMYK
RGB Variations
Color information
#0469DC (or 0x0469DC) is known color: Navy Blue. HEX triplet: 04, 69 and DC. RGB value is (4,105,220). Sum of RGB (Red+Green+Blue) = 4+105+220=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #0469DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0469DC is #FB9623. Grayscale: #575757. Windows color (decimal): -16487972 or 14444804. OLE color: 14444804.
HSL color Cylindrical-coordinate representation of color #0469DC: hue angle of 211.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0469DC is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 105 | 220 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.14 |
| HSL | 211.94º | 0.96% | 0.44% | - |
| HSV(B) | 211.94º | 0.98% | 0.86% | - |
| XYZ | 18.02 | 15.3 | 69.71 | - |
| YUV | 87.91 | 202.54 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 105 | 220 | 0.98 | 0.52 | 0 | 0.14 | 211.94 | 0.96 | 0.44 |
| Hex | 4 | 69 | DC | 62 | 34 | 0 | E | D4 | 60 | 2C |
| Octal | 4 | 151 | 334 | 142 | 64 | 0 | 16 | 324 | 140 | 54 |
| Binary | 100 | 1101001 | 11011100 | 1100010 | 110100 | 0 | 1110 | 11010100 | 1100000 | 101100 |
Color Harmonies of #0469DC
Complementary color
Monochromatic Colors of #0469DC
Black with #0469DC
Text Example
Text Example
White with #0469DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0469DC; }
p { color: rgb(4,105,220); }
H1.HeaderClassName
{
color: #0469DC;
}
.AnyTagClassName
{
color: #0469DC;
}
</style>
background-color css
<style>
a { background-color: #0469DC; }
a { background-color: rgb(4,105,220); }
div.DivClassName
{
background-color: #0469DC;
}
.BgClassName
{
background-color: #0469DC;
}
</style>
border-color css
<style>
span { border-color: #0469DC; }
span { border-color: rgb(4,105,220); }
td.TdClassName
{
border-color: #0469DC;
}
.TagClassName
{
border-color: #0469DC;
}
</style>