Html Css Color HEX #058EA0 Eastern Blue

📋 copy color: '#058EA0'

red 5 ◦ green 142 ◦ blue 160

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

Shades of Eastern Blue #058EA0

Tints of Eastern Blue #058EA0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.25%

 BLUE value IS 160 (62.89% from 255) = 52.12%

R = 1.63%
G = 46.25%
B = 52.12%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#058EA0 (or 0x058EA0) is known color: Eastern Blue. HEX triplet: 05, 8E and A0. RGB value is (5,142,160). Sum of RGB (Red+Green+Blue) = 5+142+160=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 160 (62.89% from 255 or 52.12% from 307); Max value from RGB is 160 - color contains mainly: blue. Hex color #058EA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058EA0 is #FA715F. Grayscale: #666666. Windows color (decimal): -16413024 or 10522117. OLE color: 10522117.

HSL color Cylindrical-coordinate representation of color #058EA0: hue angle of 186.97º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058EA0 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 5 142 160 -
CMYK 0.97 0.11 0 0.37
HSL 186.97º 0.94% 0.32% -
HSV(B) 186.97º 0.97% 0.63% -
XYZ 16.08 21.92 36.64 -
YUV 103.09 160.11 58.04 -
System Red Green Blue C M Y K H S L
Decimal 5 142 160 0.97 0.11 0 0.37 186.97 0.94 0.32
Hex 5 8E A0 61 B 0 25 BB 5E 20
Octal 5 216 240 141 13 0 45 273 136 40
Binary 101 10001110 10100000 1100001 1011 0 100101 10111011 1011110 100000

Color Harmonies of #058EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058EA0

Black with #058EA0

Text Example


Text Example

White with #058EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058EA0; }

 p { color: rgb(5,142,160); }

 H1.HeaderClassName
 {
   color: #058EA0;
 }
 .AnyTagClassName
 {
   color: #058EA0;
 }
</style>

background-color css

<style>
 a { background-color: #058EA0; }

 a { background-color: rgb(5,142,160); }

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

border-color css

<style>
 span { border-color: #058EA0; }

 span { border-color: rgb(5,142,160); }

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