Html Css Color HEX #085E70 Blue Lagoon

📋 copy color: '#085E70'

red 8 ◦ green 94 ◦ blue 112

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

Shades of Blue Lagoon #085E70

Tints of Blue Lagoon #085E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 52.34%

R = 3.74%
G = 43.93%
B = 52.34%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#085E70 (or 0x085E70) is known color: Blue Lagoon. HEX triplet: 08, 5E and 70. RGB value is (8,94,112). Sum of RGB (Red+Green+Blue) = 8+94+112=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #085E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E70 is #F7A18F. Grayscale: #464646. Windows color (decimal): -16228752 or 7364104. OLE color: 7364104.

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

Color convert

RGB 8 94 112 -
CMYK 0.93 0.16 0 0.56
HSL 190.38º 0.87% 0.24% -
HSV(B) 190.38º 0.93% 0.44% -
XYZ 7.03 9.23 16.74 -
YUV 70.34 151.51 83.54 -
System Red Green Blue C M Y K H S L
Decimal 8 94 112 0.93 0.16 0 0.56 190.38 0.87 0.24
Hex 8 5E 70 5D 10 0 38 BE 57 18
Octal 10 136 160 135 20 0 70 276 127 30
Binary 1000 1011110 1110000 1011101 10000 0 111000 10111110 1010111 11000

Color Harmonies of #085E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E70

Black with #085E70

Text Example


Text Example

White with #085E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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