Html Css Color HEX #085876 Blue Lagoon

📋 copy color: '#085876'

red 8 ◦ green 88 ◦ blue 118

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

Shades of Blue Lagoon #085876

Tints of Blue Lagoon #085876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.12%

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

R = 3.74%
G = 41.12%
B = 55.14%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#085876 (or 0x085876) is known color: Blue Lagoon. HEX triplet: 08, 58 and 76. RGB value is (8,88,118). Sum of RGB (Red+Green+Blue) = 8+88+118=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #085876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085876 is #F7A789. Grayscale: #434343. Windows color (decimal): -16230282 or 7755784. OLE color: 7755784.

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

Color convert

RGB 8 88 118 -
CMYK 0.93 0.25 0 0.54
HSL 196.36º 0.87% 0.25% -
HSV(B) 196.36º 0.93% 0.46% -
XYZ 6.86 8.34 18.39 -
YUV 67.5 156.5 85.56 -
System Red Green Blue C M Y K H S L
Decimal 8 88 118 0.93 0.25 0 0.54 196.36 0.87 0.25
Hex 8 58 76 5D 19 0 36 C4 57 19
Octal 10 130 166 135 31 0 66 304 127 31
Binary 1000 1011000 1110110 1011101 11001 0 110110 11000100 1010111 11001

Color Harmonies of #085876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085876

Black with #085876

Text Example


Text Example

White with #085876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085876; }

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

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

background-color css

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

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

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

border-color css

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

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

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