Html Css Color HEX #085B76 Blue Lagoon

📋 copy color: '#085B76'

red 8 ◦ green 91 ◦ blue 118

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

Shades of Blue Lagoon #085B76

Tints of Blue Lagoon #085B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.94%

 BLUE value IS 118 (46.48% from 255) = 54.38%

R = 3.69%
G = 41.94%
B = 54.38%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#085B76 (or 0x085B76) is known color: Blue Lagoon. HEX triplet: 08, 5B and 76. RGB value is (8,91,118). Sum of RGB (Red+Green+Blue) = 8+91+118=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #085B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085B76 is #F7A489. Grayscale: #454545. Windows color (decimal): -16229514 or 7756552. OLE color: 7756552.

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

Color convert

RGB 8 91 118 -
CMYK 0.93 0.23 0 0.54
HSL 194.73º 0.87% 0.25% -
HSV(B) 194.73º 0.93% 0.46% -
XYZ 7.11 8.84 18.47 -
YUV 69.26 155.5 84.3 -
System Red Green Blue C M Y K H S L
Decimal 8 91 118 0.93 0.23 0 0.54 194.73 0.87 0.25
Hex 8 5B 76 5D 17 0 36 C3 57 19
Octal 10 133 166 135 27 0 66 303 127 31
Binary 1000 1011011 1110110 1011101 10111 0 110110 11000011 1010111 11001

Color Harmonies of #085B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085B76

Black with #085B76

Text Example


Text Example

White with #085B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,91,118); }

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

background-color css

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

 a { background-color: rgb(8,91,118); }

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

border-color css

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

 span { border-color: rgb(8,91,118); }

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