Html Css Color HEX #085A70 Blue Lagoon

📋 copy color: '#085A70'

red 8 ◦ green 90 ◦ blue 112

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

Shades of Blue Lagoon #085A70

Tints of Blue Lagoon #085A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.86%

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

R = 3.81%
G = 42.86%
B = 53.33%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#085A70 (or 0x085A70) is known color: Blue Lagoon. HEX triplet: 08, 5A and 70. RGB value is (8,90,112). Sum of RGB (Red+Green+Blue) = 8+90+112=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #085A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085A70 is #F7A58F. Grayscale: #434343. Windows color (decimal): -16229776 or 7363080. OLE color: 7363080.

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

Color convert

RGB 8 90 112 -
CMYK 0.93 0.20 0 0.56
HSL 192.69º 0.87% 0.24% -
HSV(B) 192.69º 0.93% 0.44% -
XYZ 6.68 8.53 16.62 -
YUV 67.99 152.83 85.21 -
System Red Green Blue C M Y K H S L
Decimal 8 90 112 0.93 0.20 0 0.56 192.69 0.87 0.24
Hex 8 5A 70 5D 14 0 38 C1 57 18
Octal 10 132 160 135 24 0 70 301 127 30
Binary 1000 1011010 1110000 1011101 10100 0 111000 11000001 1010111 11000

Color Harmonies of #085A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085A70

Black with #085A70

Text Example


Text Example

White with #085A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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