Html Css Color HEX #085C72 Blue Lagoon

📋 copy color: '#085C72'

red 8 ◦ green 92 ◦ blue 114

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

Shades of Blue Lagoon #085C72

Tints of Blue Lagoon #085C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.27%

R = 3.74%
G = 42.99%
B = 53.27%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#085C72 (or 0x085C72) is known color: Blue Lagoon. HEX triplet: 08, 5C and 72. RGB value is (8,92,114). Sum of RGB (Red+Green+Blue) = 8+92+114=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #085C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C72 is #F7A38D. Grayscale: #454545. Windows color (decimal): -16229262 or 7494664. OLE color: 7494664.

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

Color convert

RGB 8 92 114 -
CMYK 0.93 0.19 0 0.55
HSL 192.45º 0.87% 0.24% -
HSV(B) 192.45º 0.93% 0.45% -
XYZ 6.96 8.92 17.27 -
YUV 69.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 8 92 114 0.93 0.19 0 0.55 192.45 0.87 0.24
Hex 8 5C 72 5D 13 0 37 C0 57 18
Octal 10 134 162 135 23 0 67 300 127 30
Binary 1000 1011100 1110010 1011101 10011 0 110111 11000000 1010111 11000

Color Harmonies of #085C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C72

Black with #085C72

Text Example


Text Example

White with #085C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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