#057CD1

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

Shades of Navy Blue #057CD1

Tints of Navy Blue #057CD1

Color information

#057CD1 (or 0x057CD1) is unknown color: approx Navy Blue. HEX triplet: 05, 7C and D1. RGB value is (5,124,209). Sum of RGB (Red+Green+Blue) = 5+124+209=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #057CD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CD1 is #FA832E. Grayscale: #616161. Windows color (decimal): -16417583 or 13728773. OLE color: 13728773.

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

Color convert

RGB5124209-
CMYK0.980.4100.18
HSL205º95.33%41.96%-
HSV(B)205º97.61%81.96%-
XYZ18.7819.0563.01-
YUV98.11190.5861.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.48%
GREEN value IS 124 (48.83% from 255) = 36.69%
BLUE value IS 209 (82.03% from 255) = 61.83%
R=1.48%
G=36.69%
B=61.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal51242090.980.4100.1820595.3341.96
Hex57CD16229012cd5f2a
Octal51743211425102231513752
Binary1011111100110100011100010101001010010110011011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,124,209); }

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

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

 a { background-color: rgb(5,124,209); }

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

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

 span { border-color: rgb(5,124,209); }

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