#0546EE

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

Shades of Navy Blue #0546EE

Tints of Navy Blue #0546EE

Color information

#0546EE (or 0x0546EE) is unknown color: approx Navy Blue. HEX triplet: 05, 46 and EE. RGB value is (5,70,238). Sum of RGB (Red+Green+Blue) = 5+70+238=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 238 (93.36% from 255 or 76.04% from 313); Max value from RGB is 238 - color contains mainly: blue. Hex color #0546EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0546EE is #FAB911. Grayscale: #444444. Windows color (decimal): -16431378 or 15615493. OLE color: 15615493.

HSL color Cylindrical-coordinate representation of color #0546EE: hue angle of 223.26º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0546EE is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB570238-
CMYK0.980.7100.07
HSL223.26º95.88%47.65%-
HSV(B)223.26º97.9%93.33%-
XYZ17.6910.5982-
YUV69.72222.9781.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.60%
GREEN value IS 70 (27.73% from 255) = 22.36%
BLUE value IS 238 (93.36% from 255) = 76.04%
R=1.60%
G=22.36%
B=76.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal5702380.980.7100.07223.2695.8847.65
Hex546EE624707df6030
Octal51063561421070733714060
Binary101100011011101110110001010001110111110111111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0546EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0546EE; }

 p { color: rgb(5,70,238); }

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

<style>
 a { background-color: #0546EE; }

 a { background-color: rgb(5,70,238); }

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

<style>
 span { border-color: #0546EE; }

 span { border-color: rgb(5,70,238); }

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