#0469EC

Color #0469EC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0469EC

Tints of Navy Blue #0469EC

Color information

#0469EC (or 0x0469EC) is unknown color: approx Navy Blue. HEX triplet: 04, 69 and EC. RGB value is (4,105,236). Sum of RGB (Red+Green+Blue) = 4+105+236=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #0469EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0469EC is #FB9613. Grayscale: #595959. Windows color (decimal): -16487956 or 15493380. OLE color: 15493380.

HSL color Cylindrical-coordinate representation of color #0469EC: hue angle of 213.88º 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 #0469EC is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4105236-
CMYK0.980.5600.07
HSL213.88º96.67%47.06%-
HSV(B)213.88º98.31%92.55%-
XYZ20.2416.1981.41-
YUV89.74210.5466.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.16%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 236 (92.58% from 255) = 68.41%
R=1.16%
G=30.43%
B=68.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal41052360.980.5600.07213.8896.6747.06
Hex469EC623807d6612f
Octal4151354142700732614157
Binary10011010011110110011000101110000111110101101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0469EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0469EC; }

 p { color: rgb(4,105,236); }

 H1.HeaderClassName
 {
   color: #0469EC;
 }
 .AnyTagClassName
 {
   color: #0469EC;
 }
</style>
background-color css

<style>
 a { background-color: #0469EC; }

 a { background-color: rgb(4,105,236); }

 div.DivClassName
 {
   background-color: #0469EC;
 }
 .BgClassName
 {
   background-color: #0469EC;
 }
</style>
border-color css

<style>
 span { border-color: #0469EC; }

 span { border-color: rgb(4,105,236); }

 td.TdClassName
 {
   border-color: #0469EC;
 }
 .TagClassName
 {
   border-color: #0469EC;
 }
</style>