Html Css Color HEX #057C99 Eastern Blue

📋 copy color: '#057C99'

red 5 ◦ green 124 ◦ blue 153

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

Shades of Eastern Blue #057C99

Tints of Eastern Blue #057C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 54.26%

R = 1.77%
G = 43.97%
B = 54.26%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#057C99 (or 0x057C99) is known color: Eastern Blue. HEX triplet: 05, 7C and 99. RGB value is (5,124,153). Sum of RGB (Red+Green+Blue) = 5+124+153=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #057C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C99 is #FA8366. Grayscale: #5B5B5B. Windows color (decimal): -16417639 or 10058757. OLE color: 10058757.

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

Color convert

RGB 5 124 153 -
CMYK 0.97 0.19 0 0.4
HSL 191.76º 0.94% 0.31% -
HSV(B) 191.76º 0.97% 0.6% -
XYZ 13.02 16.75 32.68 -
YUV 91.73 162.58 66.14 -
System Red Green Blue C M Y K H S L
Decimal 5 124 153 0.97 0.19 0 0.4 191.76 0.94 0.31
Hex 5 7C 99 61 13 0 28 C0 5E 1F
Octal 5 174 231 141 23 0 50 300 136 37
Binary 101 1111100 10011001 1100001 10011 0 101000 11000000 1011110 11111

Color Harmonies of #057C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C99

Black with #057C99

Text Example


Text Example

White with #057C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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