Html Css Color HEX #057EC5 Navy Blue

📋 copy color: '#057EC5'

red 5 ◦ green 126 ◦ blue 197

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

Shades of Navy Blue #057EC5

Tints of Navy Blue #057EC5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.41%

 BLUE value IS 197 (77.34% from 255) = 60.06%

R = 1.52%
G = 38.41%
B = 60.06%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#057EC5 (or 0x057EC5) is known color: Navy Blue. HEX triplet: 05, 7E and C5. RGB value is (5,126,197). Sum of RGB (Red+Green+Blue) = 5+126+197=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 197 (77.34% from 255 or 60.06% from 328); Max value from RGB is 197 - color contains mainly: blue. Hex color #057EC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057EC5 is #FA813A. Grayscale: #616161. Windows color (decimal): -16417083 or 12942853. OLE color: 12942853.

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

Color convert

RGB 5 126 197 -
CMYK 0.97 0.36 0 0.23
HSL 202.19º 0.95% 0.4% -
HSV(B) 202.19º 0.97% 0.77% -
XYZ 17.6 18.99 55.56 -
YUV 97.92 183.91 61.73 -
System Red Green Blue C M Y K H S L
Decimal 5 126 197 0.97 0.36 0 0.23 202.19 0.95 0.4
Hex 5 7E C5 61 24 0 17 CA 5F 28
Octal 5 176 305 141 44 0 27 312 137 50
Binary 101 1111110 11000101 1100001 100100 0 10111 11001010 1011111 101000

Color Harmonies of #057EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057EC5

Black with #057EC5

Text Example


Text Example

White with #057EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,126,197); }

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

background-color css

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

 a { background-color: rgb(5,126,197); }

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

border-color css

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

 span { border-color: rgb(5,126,197); }

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