#0557E3

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

Shades of Navy Blue #0557E3

Tints of Navy Blue #0557E3

Color information

#0557E3 (or 0x0557E3) is unknown color: approx Navy Blue. HEX triplet: 05, 57 and E3. RGB value is (5,87,227). Sum of RGB (Red+Green+Blue) = 5+87+227=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 227 (89.06% from 255 or 71.16% from 319); Max value from RGB is 227 - color contains mainly: blue. Hex color #0557E3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0557E3 is #FAA81C. Grayscale: #4D4D4D. Windows color (decimal): -16427037 or 14898949. OLE color: 14898949.

HSL color Cylindrical-coordinate representation of color #0557E3: hue angle of 217.84º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0557E3 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB587227-
CMYK0.980.6200.11
HSL217.84º95.69%45.49%-
HSV(B)217.84º97.8%89.02%-
XYZ17.3412.3974.15-
YUV78.44211.8375.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.57%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 227 (89.06% from 255) = 71.16%
R=1.57%
G=27.27%
B=71.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal5872270.980.6200.11217.8495.6945.49
Hex557E3623E0Bda602d
Octal51273431427601333214055
Binary101101011111100011110001011111001011110110101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0557E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0557E3; }

 p { color: rgb(5,87,227); }

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

<style>
 a { background-color: #0557E3; }

 a { background-color: rgb(5,87,227); }

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

<style>
 span { border-color: #0557E3; }

 span { border-color: rgb(5,87,227); }

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