Html Css Color HEX #085670 Blue Lagoon

📋 copy color: '#085670'

red 8 ◦ green 86 ◦ blue 112

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

Shades of Blue Lagoon #085670

Tints of Blue Lagoon #085670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.75%

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

R = 3.88%
G = 41.75%
B = 54.37%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#085670 (or 0x085670) is known color: Blue Lagoon. HEX triplet: 08, 56 and 70. RGB value is (8,86,112). Sum of RGB (Red+Green+Blue) = 8+86+112=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #085670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085670 is #F7A98F. Grayscale: #414141. Windows color (decimal): -16230800 or 7362056. OLE color: 7362056.

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

Color convert

RGB 8 86 112 -
CMYK 0.93 0.23 0 0.56
HSL 195º 0.87% 0.24% -
HSV(B) 195º 0.93% 0.44% -
XYZ 6.35 7.88 16.51 -
YUV 65.64 154.16 86.89 -
System Red Green Blue C M Y K H S L
Decimal 8 86 112 0.93 0.23 0 0.56 195 0.87 0.24
Hex 8 56 70 5D 17 0 38 C3 57 18
Octal 10 126 160 135 27 0 70 303 127 30
Binary 1000 1010110 1110000 1011101 10111 0 111000 11000011 1010111 11000

Color Harmonies of #085670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085670

Black with #085670

Text Example


Text Example

White with #085670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085670; }

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

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

background-color css

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

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

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

border-color css

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

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

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