#057AE2

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

Shades of Navy Blue #057AE2

Tints of Navy Blue #057AE2

Color information

#057AE2 (or 0x057AE2) is unknown color: approx Navy Blue. HEX triplet: 05, 7A and E2. RGB value is (5,122,226). Sum of RGB (Red+Green+Blue) = 5+122+226=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 226 (88.67% from 255 or 64.02% from 353); Max value from RGB is 226 - color contains mainly: blue. Hex color #057AE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057AE2 is #FA851D. Grayscale: #626262. Windows color (decimal): -16418078 or 14842373. OLE color: 14842373.

HSL color Cylindrical-coordinate representation of color #057AE2: hue angle of 208.24º 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 #057AE2 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5122226-
CMYK0.980.4600.11
HSL208.24º95.67%45.29%-
HSV(B)208.24º97.79%88.63%-
XYZ20.7519.4474.61-
YUV98.87199.7461.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.42%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 226 (88.67% from 255) = 64.02%
R=1.42%
G=34.56%
B=64.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal51222260.980.4600.11208.2495.6745.29
Hex57AE2622E0Bd0602d
Octal51723421425601332014055
Binary101111101011100010110001010111001011110100001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057AE2; }

 p { color: rgb(5,122,226); }

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

<style>
 a { background-color: #057AE2; }

 a { background-color: rgb(5,122,226); }

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

<style>
 span { border-color: #057AE2; }

 span { border-color: rgb(5,122,226); }

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