Html Css Color HEX #085E74 Blue Lagoon

📋 copy color: '#085E74'

red 8 ◦ green 94 ◦ blue 116

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

Shades of Blue Lagoon #085E74

Tints of Blue Lagoon #085E74

RGB

 RED value IS 8 (3.52% from 255) = 3.67%

 GREEN value IS 94 (37.11% from 255) = 43.12%

 BLUE value IS 116 (45.7% from 255) = 53.21%

R = 3.67%
G = 43.12%
B = 53.21%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#085E74 (or 0x085E74) is known color: Blue Lagoon. HEX triplet: 08, 5E and 74. RGB value is (8,94,116). Sum of RGB (Red+Green+Blue) = 8+94+116=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #085E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E74 is #F7A18B. Grayscale: #464646. Windows color (decimal): -16228748 or 7626248. OLE color: 7626248.

HSL color Cylindrical-coordinate representation of color #085E74: hue angle of 192.22º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085E74 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 94 116 -
CMYK 0.93 0.19 0 0.55
HSL 192.22º 0.87% 0.24% -
HSV(B) 192.22º 0.93% 0.45% -
XYZ 7.26 9.32 17.94 -
YUV 70.79 153.51 83.21 -
System Red Green Blue C M Y K H S L
Decimal 8 94 116 0.93 0.19 0 0.55 192.22 0.87 0.24
Hex 8 5E 74 5D 13 0 37 C0 57 18
Octal 10 136 164 135 23 0 67 300 127 30
Binary 1000 1011110 1110100 1011101 10011 0 110111 11000000 1010111 11000

Color Harmonies of #085E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E74

Black with #085E74

Text Example


Text Example

White with #085E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085E74; }

 p { color: rgb(8,94,116); }

 H1.HeaderClassName
 {
   color: #085E74;
 }
 .AnyTagClassName
 {
   color: #085E74;
 }
</style>

background-color css

<style>
 a { background-color: #085E74; }

 a { background-color: rgb(8,94,116); }

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

border-color css

<style>
 span { border-color: #085E74; }

 span { border-color: rgb(8,94,116); }

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