#057CC3

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

Shades of Navy Blue #057CC3

Tints of Navy Blue #057CC3

Color information

#057CC3 (or 0x057CC3) is unknown color: approx Navy Blue. HEX triplet: 05, 7C and C3. RGB value is (5,124,195). Sum of RGB (Red+Green+Blue) = 5+124+195=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 195 (76.56% from 255 or 60.19% from 324); Max value from RGB is 195 - color contains mainly: blue. Hex color #057CC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CC3 is #FA833C. Grayscale: #606060. Windows color (decimal): -16417597 or 12811269. OLE color: 12811269.

HSL color Cylindrical-coordinate representation of color #057CC3: hue angle of 202.42º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057CC3 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5124195-
CMYK0.970.3600.24
HSL202.42º95%39.22%-
HSV(B)202.42º97.44%76.47%-
XYZ17.1218.3954.28-
YUV96.51183.5862.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.54%
GREEN value IS 124 (48.83% from 255) = 38.27%
BLUE value IS 195 (76.56% from 255) = 60.19%
R=1.54%
G=38.27%
B=60.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51241950.970.3600.24202.429539.22
Hex57CC36124018ca5f27
Octal51743031414403031213747
Binary1011111100110000111100001100100011000110010101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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