Html Css Color HEX #085C73 Blue Lagoon

📋 copy color: '#085C73'

red 8 ◦ green 92 ◦ blue 115

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

Shades of Blue Lagoon #085C73

Tints of Blue Lagoon #085C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.79%

 BLUE value IS 115 (45.31% from 255) = 53.49%

R = 3.72%
G = 42.79%
B = 53.49%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#085C73 (or 0x085C73) is known color: Blue Lagoon. HEX triplet: 08, 5C and 73. RGB value is (8,92,115). Sum of RGB (Red+Green+Blue) = 8+92+115=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #085C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C73 is #F7A38C. Grayscale: #454545. Windows color (decimal): -16229261 or 7560200. OLE color: 7560200.

HSL color Cylindrical-coordinate representation of color #085C73: hue angle of 192.9º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085C73 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 92 115 -
CMYK 0.93 0.20 0 0.55
HSL 192.9º 0.87% 0.24% -
HSV(B) 192.9º 0.93% 0.45% -
XYZ 7.02 8.94 17.58 -
YUV 69.51 153.67 84.13 -
System Red Green Blue C M Y K H S L
Decimal 8 92 115 0.93 0.20 0 0.55 192.9 0.87 0.24
Hex 8 5C 73 5D 14 0 37 C1 57 18
Octal 10 134 163 135 24 0 67 301 127 30
Binary 1000 1011100 1110011 1011101 10100 0 110111 11000001 1010111 11000

Color Harmonies of #085C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C73

Black with #085C73

Text Example


Text Example

White with #085C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,92,115); }

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

background-color css

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

 a { background-color: rgb(8,92,115); }

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

border-color css

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

 span { border-color: rgb(8,92,115); }

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