#0547EE

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

Shades of Navy Blue #0547EE

Tints of Navy Blue #0547EE

Color information

#0547EE (or 0x0547EE) is unknown color: approx Navy Blue. HEX triplet: 05, 47 and EE. RGB value is (5,71,238). Sum of RGB (Red+Green+Blue) = 5+71+238=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 238 (93.36% from 255 or 75.80% from 314); Max value from RGB is 238 - color contains mainly: blue. Hex color #0547EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0547EE is #FAB811. Grayscale: #454545. Windows color (decimal): -16431122 or 15615749. OLE color: 15615749.

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

Color convert

RGB571238-
CMYK0.980.7000.07
HSL223º95.88%47.65%-
HSV(B)223º97.9%93.33%-
XYZ17.7510.7182.02-
YUV70.3222.6381.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.59%
GREEN value IS 71 (28.12% from 255) = 22.61%
BLUE value IS 238 (93.36% from 255) = 75.80%
R=1.59%
G=22.61%
B=75.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal5712380.980.7000.0722395.8847.65
Hex547EE624607df6030
Octal51073561421060733714060
Binary101100011111101110110001010001100111110111111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0547EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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