Html Css Color HEX #057F99 Eastern Blue

📋 copy color: '#057F99'

red 5 ◦ green 127 ◦ blue 153

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

Shades of Eastern Blue #057F99

Tints of Eastern Blue #057F99

RGB

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

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

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

R = 1.75%
G = 44.56%
B = 53.68%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#057F99 (or 0x057F99) is known color: Eastern Blue. HEX triplet: 05, 7F and 99. RGB value is (5,127,153). Sum of RGB (Red+Green+Blue) = 5+127+153=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #057F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057F99 is #FA8066. Grayscale: #5D5D5D. Windows color (decimal): -16416871 or 10059525. OLE color: 10059525.

HSL color Cylindrical-coordinate representation of color #057F99: hue angle of 190.54º 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 #057F99 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 127 153 -
CMYK 0.97 0.17 0 0.4
HSL 190.54º 0.94% 0.31% -
HSV(B) 190.54º 0.97% 0.6% -
XYZ 13.4 17.51 32.81 -
YUV 93.49 161.58 64.89 -
System Red Green Blue C M Y K H S L
Decimal 5 127 153 0.97 0.17 0 0.4 190.54 0.94 0.31
Hex 5 7F 99 61 11 0 28 BF 5E 1F
Octal 5 177 231 141 21 0 50 277 136 37
Binary 101 1111111 10011001 1100001 10001 0 101000 10111111 1011110 11111

Color Harmonies of #057F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F99

Black with #057F99

Text Example


Text Example

White with #057F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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