Html Css Color HEX #057EC6 Navy Blue

📋 copy color: '#057EC6'

red 5 ◦ green 126 ◦ blue 198

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

Shades of Navy Blue #057EC6

Tints of Navy Blue #057EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 60.18%

R = 1.52%
G = 38.3%
B = 60.18%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#057EC6 (or 0x057EC6) is known color: Navy Blue. HEX triplet: 05, 7E and C6. RGB value is (5,126,198). Sum of RGB (Red+Green+Blue) = 5+126+198=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 198 (77.73% from 255 or 60.18% from 329); Max value from RGB is 198 - color contains mainly: blue. Hex color #057EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057EC6 is #FA8139. Grayscale: #616161. Windows color (decimal): -16417082 or 13008389. OLE color: 13008389.

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

Color convert

RGB 5 126 198 -
CMYK 0.97 0.36 0 0.22
HSL 202.38º 0.95% 0.4% -
HSV(B) 202.38º 0.97% 0.78% -
XYZ 17.72 19.03 56.17 -
YUV 98.03 184.41 61.65 -
System Red Green Blue C M Y K H S L
Decimal 5 126 198 0.97 0.36 0 0.22 202.38 0.95 0.4
Hex 5 7E C6 61 24 0 16 CA 5F 28
Octal 5 176 306 141 44 0 26 312 137 50
Binary 101 1111110 11000110 1100001 100100 0 10110 11001010 1011111 101000

Color Harmonies of #057EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057EC6

Black with #057EC6

Text Example


Text Example

White with #057EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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