Html Css Color HEX #085970 Blue Lagoon

📋 copy color: '#085970'

red 8 ◦ green 89 ◦ blue 112

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

Shades of Blue Lagoon #085970

Tints of Blue Lagoon #085970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.58%

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

R = 3.83%
G = 42.58%
B = 53.59%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#085970 (or 0x085970) is known color: Blue Lagoon. HEX triplet: 08, 59 and 70. RGB value is (8,89,112). Sum of RGB (Red+Green+Blue) = 8+89+112=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #085970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085970 is #F7A68F. Grayscale: #434343. Windows color (decimal): -16230032 or 7362824. OLE color: 7362824.

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

Color convert

RGB 8 89 112 -
CMYK 0.93 0.21 0 0.56
HSL 193.27º 0.87% 0.24% -
HSV(B) 193.27º 0.93% 0.44% -
XYZ 6.6 8.37 16.6 -
YUV 67.4 153.16 85.63 -
System Red Green Blue C M Y K H S L
Decimal 8 89 112 0.93 0.21 0 0.56 193.27 0.87 0.24
Hex 8 59 70 5D 15 0 38 C1 57 18
Octal 10 131 160 135 25 0 70 301 127 30
Binary 1000 1011001 1110000 1011101 10101 0 111000 11000001 1010111 11000

Color Harmonies of #085970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085970

Black with #085970

Text Example


Text Example

White with #085970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085970; }

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

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

background-color css

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

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

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

border-color css

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

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

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