Html Css Color HEX #057F9D Eastern Blue

📋 copy color: '#057F9D'

red 5 ◦ green 127 ◦ blue 157

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

Shades of Eastern Blue #057F9D

Tints of Eastern Blue #057F9D

RGB

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

 GREEN value IS 127 (50% from 255) = 43.94%

 BLUE value IS 157 (61.72% from 255) = 54.33%

R = 1.73%
G = 43.94%
B = 54.33%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#057F9D (or 0x057F9D) is known color: Eastern Blue. HEX triplet: 05, 7F and 9D. RGB value is (5,127,157). Sum of RGB (Red+Green+Blue) = 5+127+157=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #057F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057F9D is #FA8062. Grayscale: #5D5D5D. Windows color (decimal): -16416867 or 10321669. OLE color: 10321669.

HSL color Cylindrical-coordinate representation of color #057F9D: hue angle of 191.84º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057F9D is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 127 157 -
CMYK 0.97 0.19 0 0.38
HSL 191.84º 0.94% 0.32% -
HSV(B) 191.84º 0.97% 0.62% -
XYZ 13.74 17.65 34.58 -
YUV 93.94 163.58 64.56 -
System Red Green Blue C M Y K H S L
Decimal 5 127 157 0.97 0.19 0 0.38 191.84 0.94 0.32
Hex 5 7F 9D 61 13 0 26 C0 5E 20
Octal 5 177 235 141 23 0 46 300 136 40
Binary 101 1111111 10011101 1100001 10011 0 100110 11000000 1011110 100000

Color Harmonies of #057F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F9D

Black with #057F9D

Text Example


Text Example

White with #057F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,127,157); }

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

background-color css

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

 a { background-color: rgb(5,127,157); }

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

border-color css

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

 span { border-color: rgb(5,127,157); }

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