Shades of Navy Blue #0469CE
Tints of Navy Blue #0469CE
RGB
CMYK
RGB Variations
Color information
#0469CE (or 0x0469CE) is known color: Navy Blue. HEX triplet: 04, 69 and CE. RGB value is (4,105,206). Sum of RGB (Red+Green+Blue) = 4+105+206=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #0469CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0469CE is #FB9631. Grayscale: #555555. Windows color (decimal): -16487986 or 13527300. OLE color: 13527300.
HSL color Cylindrical-coordinate representation of color #0469CE: hue angle of 210º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0469CE is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 105 | 206 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.19 |
| HSL | 210º | 0.96% | 0.41% | - |
| HSV(B) | 210º | 0.98% | 0.81% | - |
| XYZ | 16.24 | 14.59 | 60.35 | - |
| YUV | 86.32 | 195.54 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 105 | 206 | 0.98 | 0.49 | 0 | 0.19 | 210 | 0.96 | 0.41 |
| Hex | 4 | 69 | CE | 62 | 31 | 0 | 13 | D2 | 60 | 29 |
| Octal | 4 | 151 | 316 | 142 | 61 | 0 | 23 | 322 | 140 | 51 |
| Binary | 100 | 1101001 | 11001110 | 1100010 | 110001 | 0 | 10011 | 11010010 | 1100000 | 101001 |
Color Harmonies of #0469CE
Complementary color
Monochromatic Colors of #0469CE
Black with #0469CE
Text Example
Text Example
White with #0469CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0469CE; }
p { color: rgb(4,105,206); }
H1.HeaderClassName
{
color: #0469CE;
}
.AnyTagClassName
{
color: #0469CE;
}
</style>
background-color css
<style>
a { background-color: #0469CE; }
a { background-color: rgb(4,105,206); }
div.DivClassName
{
background-color: #0469CE;
}
.BgClassName
{
background-color: #0469CE;
}
</style>
border-color css
<style>
span { border-color: #0469CE; }
span { border-color: rgb(4,105,206); }
td.TdClassName
{
border-color: #0469CE;
}
.TagClassName
{
border-color: #0469CE;
}
</style>