Html Css Color HEX #058FA2 Eastern Blue

📋 copy color: '#058FA2'

red 5 ◦ green 143 ◦ blue 162

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

Shades of Eastern Blue #058FA2

Tints of Eastern Blue #058FA2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.13%

 BLUE value IS 162 (63.67% from 255) = 52.26%

R = 1.61%
G = 46.13%
B = 52.26%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#058FA2 (or 0x058FA2) is known color: Eastern Blue. HEX triplet: 05, 8F and A2. RGB value is (5,143,162). Sum of RGB (Red+Green+Blue) = 5+143+162=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 162 (63.67% from 255 or 52.26% from 310); Max value from RGB is 162 - color contains mainly: blue. Hex color #058FA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058FA2 is #FA705D. Grayscale: #676767. Windows color (decimal): -16412766 or 10653445. OLE color: 10653445.

HSL color Cylindrical-coordinate representation of color #058FA2: hue angle of 187.26º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058FA2 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 143 162 -
CMYK 0.97 0.12 0 0.36
HSL 187.26º 0.94% 0.33% -
HSV(B) 187.26º 0.97% 0.64% -
XYZ 16.41 22.29 37.62 -
YUV 103.9 160.78 57.46 -
System Red Green Blue C M Y K H S L
Decimal 5 143 162 0.97 0.12 0 0.36 187.26 0.94 0.33
Hex 5 8F A2 61 C 0 24 BB 5E 21
Octal 5 217 242 141 14 0 44 273 136 41
Binary 101 10001111 10100010 1100001 1100 0 100100 10111011 1011110 100001

Color Harmonies of #058FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FA2

Black with #058FA2

Text Example


Text Example

White with #058FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,143,162); }

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

background-color css

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

 a { background-color: rgb(5,143,162); }

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

border-color css

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

 span { border-color: rgb(5,143,162); }

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