Html Css Color HEX #085E81 Blue Lagoon

📋 copy color: '#085E81'

red 8 ◦ green 94 ◦ blue 129

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

Shades of Blue Lagoon #085E81

Tints of Blue Lagoon #085E81

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.69%

 BLUE value IS 129 (50.78% from 255) = 55.84%

R = 3.46%
G = 40.69%
B = 55.84%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#085E81 (or 0x085E81) is known color: Blue Lagoon. HEX triplet: 08, 5E and 81. RGB value is (8,94,129). Sum of RGB (Red+Green+Blue) = 8+94+129=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #085E81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085E81 is #F7A17E. Grayscale: #484848. Windows color (decimal): -16228735 or 8478216. OLE color: 8478216.

HSL color Cylindrical-coordinate representation of color #085E81: hue angle of 197.36º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085E81 is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 94 129 -
CMYK 0.94 0.27 0 0.49
HSL 197.36º 0.88% 0.27% -
HSV(B) 197.36º 0.94% 0.51% -
XYZ 8.07 9.64 22.2 -
YUV 72.28 160.01 82.15 -
System Red Green Blue C M Y K H S L
Decimal 8 94 129 0.94 0.27 0 0.49 197.36 0.88 0.27
Hex 8 5E 81 5E 1B 0 31 C5 58 1B
Octal 10 136 201 136 33 0 61 305 130 33
Binary 1000 1011110 10000001 1011110 11011 0 110001 11000101 1011000 11011

Color Harmonies of #085E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E81

Black with #085E81

Text Example


Text Example

White with #085E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,94,129); }

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

background-color css

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

 a { background-color: rgb(8,94,129); }

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

border-color css

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

 span { border-color: rgb(8,94,129); }

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