Shades of Navy Blue #0469EE
Tints of Navy Blue #0469EE
RGB
CMYK
RGB Variations
Color information
#0469EE (or 0x0469EE) is known color: Navy Blue. HEX triplet: 04, 69 and EE. RGB value is (4,105,238). Sum of RGB (Red+Green+Blue) = 4+105+238=347 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #0469EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0469EE is #FB9611. Grayscale: #595959. Windows color (decimal): -16487954 or 15624452. OLE color: 15624452.
HSL color Cylindrical-coordinate representation of color #0469EE: hue angle of 214.1º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0469EE is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 105 | 238 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.07 |
| HSL | 214.1º | 0.97% | 0.47% | - |
| HSV(B) | 214.1º | 0.98% | 0.93% | - |
| XYZ | 20.53 | 16.3 | 82.95 | - |
| YUV | 89.96 | 211.54 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 105 | 238 | 0.98 | 0.56 | 0 | 0.07 | 214.1 | 0.97 | 0.47 |
| Hex | 4 | 69 | EE | 62 | 38 | 0 | 7 | D6 | 61 | 2F |
| Octal | 4 | 151 | 356 | 142 | 70 | 0 | 7 | 326 | 141 | 57 |
| Binary | 100 | 1101001 | 11101110 | 1100010 | 111000 | 0 | 111 | 11010110 | 1100001 | 101111 |
Color Harmonies of #0469EE
Complementary color
Monochromatic Colors of #0469EE
Black with #0469EE
Text Example
Text Example
White with #0469EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0469EE; }
p { color: rgb(4,105,238); }
H1.HeaderClassName
{
color: #0469EE;
}
.AnyTagClassName
{
color: #0469EE;
}
</style>
background-color css
<style>
a { background-color: #0469EE; }
a { background-color: rgb(4,105,238); }
div.DivClassName
{
background-color: #0469EE;
}
.BgClassName
{
background-color: #0469EE;
}
</style>
border-color css
<style>
span { border-color: #0469EE; }
span { border-color: rgb(4,105,238); }
td.TdClassName
{
border-color: #0469EE;
}
.TagClassName
{
border-color: #0469EE;
}
</style>