Html Css Color HEX #057CDC Navy Blue

📋 copy color: '#057CDC'

red 5 ◦ green 124 ◦ blue 220

#057CDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #057CDC

Tints of Navy Blue #057CDC

RGB

 RED value IS 5 (2.34% from 255) = 1.43%

 GREEN value IS 124 (48.83% from 255) = 35.53%

 BLUE value IS 220 (86.33% from 255) = 63.04%

R = 1.43%
G = 35.53%
B = 63.04%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#057CDC (or 0x057CDC) is known color: Navy Blue. HEX triplet: 05, 7C and DC. RGB value is (5,124,220). Sum of RGB (Red+Green+Blue) = 5+124+220=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #057CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CDC is #FA8323. Grayscale: #626262. Windows color (decimal): -16417572 or 14449669. OLE color: 14449669.

HSL color Cylindrical-coordinate representation of color #057CDC: hue angle of 206.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057CDC is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 124 220 -
CMYK 0.98 0.44 0 0.14
HSL 206.79º 0.96% 0.44% -
HSV(B) 206.79º 0.98% 0.86% -
XYZ 20.19 19.61 70.43 -
YUV 99.36 196.08 60.69 -
System Red Green Blue C M Y K H S L
Decimal 5 124 220 0.98 0.44 0 0.14 206.79 0.96 0.44
Hex 5 7C DC 62 2C 0 E CF 60 2C
Octal 5 174 334 142 54 0 16 317 140 54
Binary 101 1111100 11011100 1100010 101100 0 1110 11001111 1100000 101100

Color Harmonies of #057CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CDC

Black with #057CDC

Text Example


Text Example

White with #057CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #057CDC;
 }
 .AnyTagClassName
 {
   color: #057CDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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