Html Css Color HEX #085D79 Blue Lagoon

📋 copy color: '#085D79'

red 8 ◦ green 93 ◦ blue 121

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

Shades of Blue Lagoon #085D79

Tints of Blue Lagoon #085D79

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.89%

 BLUE value IS 121 (47.66% from 255) = 54.5%

R = 3.6%
G = 41.89%
B = 54.5%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#085D79 (or 0x085D79) is known color: Blue Lagoon. HEX triplet: 08, 5D and 79. RGB value is (8,93,121). Sum of RGB (Red+Green+Blue) = 8+93+121=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #085D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085D79 is #F7A286. Grayscale: #464646. Windows color (decimal): -16228999 or 7953672. OLE color: 7953672.

HSL color Cylindrical-coordinate representation of color #085D79: hue angle of 194.87º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085D79 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 93 121 -
CMYK 0.93 0.23 0 0.53
HSL 194.87º 0.88% 0.25% -
HSV(B) 194.87º 0.93% 0.47% -
XYZ 7.47 9.26 19.48 -
YUV 70.78 156.34 83.22 -
System Red Green Blue C M Y K H S L
Decimal 8 93 121 0.93 0.23 0 0.53 194.87 0.88 0.25
Hex 8 5D 79 5D 17 0 35 C3 58 19
Octal 10 135 171 135 27 0 65 303 130 31
Binary 1000 1011101 1111001 1011101 10111 0 110101 11000011 1011000 11001

Color Harmonies of #085D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D79

Black with #085D79

Text Example


Text Example

White with #085D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,93,121); }

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

background-color css

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

 a { background-color: rgb(8,93,121); }

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

border-color css

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

 span { border-color: rgb(8,93,121); }

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