#057DD0

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

Shades of Navy Blue #057DD0

Tints of Navy Blue #057DD0

Color information

#057DD0 (or 0x057DD0) is unknown color: approx Navy Blue. HEX triplet: 05, 7D and D0. RGB value is (5,125,208). Sum of RGB (Red+Green+Blue) = 5+125+208=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #057DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DD0 is #FA822F. Grayscale: #626262. Windows color (decimal): -16417328 or 13663493. OLE color: 13663493.

HSL color Cylindrical-coordinate representation of color #057DD0: hue angle of 204.53º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057DD0 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5125208-
CMYK0.980.4000.18
HSL204.53º95.31%41.76%-
HSV(B)204.53º97.6%81.57%-
XYZ18.7819.2562.4-
YUV98.58189.7461.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.48%
GREEN value IS 125 (49.22% from 255) = 36.98%
BLUE value IS 208 (81.64% from 255) = 61.54%
R=1.48%
G=36.98%
B=61.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal51252080.980.4000.18204.5395.3141.76
Hex57DD06228012cd5f2a
Octal51753201425002231513752
Binary1011111101110100001100010101000010010110011011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,125,208); }

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

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

 a { background-color: rgb(5,125,208); }

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

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

 span { border-color: rgb(5,125,208); }

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