Html Css Color HEX #085B73 Blue Lagoon

📋 copy color: '#085B73'

red 8 ◦ green 91 ◦ blue 115

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

Shades of Blue Lagoon #085B73

Tints of Blue Lagoon #085B73

RGB

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

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

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

R = 3.74%
G = 42.52%
B = 53.74%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#085B73 (or 0x085B73) is known color: Blue Lagoon. HEX triplet: 08, 5B and 73. RGB value is (8,91,115). Sum of RGB (Red+Green+Blue) = 8+91+115=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #085B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085B73 is #F7A48C. Grayscale: #444444. Windows color (decimal): -16229517 or 7559944. OLE color: 7559944.

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

Color convert

RGB 8 91 115 -
CMYK 0.93 0.21 0 0.55
HSL 193.46º 0.87% 0.24% -
HSV(B) 193.46º 0.93% 0.45% -
XYZ 6.94 8.77 17.55 -
YUV 68.92 154 84.55 -
System Red Green Blue C M Y K H S L
Decimal 8 91 115 0.93 0.21 0 0.55 193.46 0.87 0.24
Hex 8 5B 73 5D 15 0 37 C1 57 18
Octal 10 133 163 135 25 0 67 301 127 30
Binary 1000 1011011 1110011 1011101 10101 0 110111 11000001 1010111 11000

Color Harmonies of #085B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085B73

Black with #085B73

Text Example


Text Example

White with #085B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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