Html Css Color HEX #085F70 Blue Lagoon

📋 copy color: '#085F70'

red 8 ◦ green 95 ◦ blue 112

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

Shades of Blue Lagoon #085F70

Tints of Blue Lagoon #085F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.19%

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

R = 3.72%
G = 44.19%
B = 52.09%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#085F70 (or 0x085F70) is known color: Blue Lagoon. HEX triplet: 08, 5F and 70. RGB value is (8,95,112). Sum of RGB (Red+Green+Blue) = 8+95+112=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #085F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085F70 is #F7A08F. Grayscale: #464646. Windows color (decimal): -16228496 or 7364360. OLE color: 7364360.

HSL color Cylindrical-coordinate representation of color #085F70: hue angle of 189.81º 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 #085F70 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 95 112 -
CMYK 0.93 0.15 0 0.56
HSL 189.81º 0.87% 0.24% -
HSV(B) 189.81º 0.93% 0.44% -
XYZ 7.12 9.41 16.77 -
YUV 70.93 151.18 83.12 -
System Red Green Blue C M Y K H S L
Decimal 8 95 112 0.93 0.15 0 0.56 189.81 0.87 0.24
Hex 8 5F 70 5D F 0 38 BE 57 18
Octal 10 137 160 135 17 0 70 276 127 30
Binary 1000 1011111 1110000 1011101 1111 0 111000 10111110 1010111 11000

Color Harmonies of #085F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085F70

Black with #085F70

Text Example


Text Example

White with #085F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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