Html Css Color HEX #086181 Blue Lagoon

📋 copy color: '#086181'

red 8 ◦ green 97 ◦ blue 129

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

Shades of Blue Lagoon #086181

Tints of Blue Lagoon #086181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.45%

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

R = 3.42%
G = 41.45%
B = 55.13%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#086181 (or 0x086181) is known color: Blue Lagoon. HEX triplet: 08, 61 and 81. RGB value is (8,97,129). Sum of RGB (Red+Green+Blue) = 8+97+129=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #086181 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086181 is #F79E7E. Grayscale: #494949. Windows color (decimal): -16227967 or 8478984. OLE color: 8478984.

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

Color convert

RGB 8 97 129 -
CMYK 0.94 0.25 0 0.49
HSL 195.87º 0.88% 0.27% -
HSV(B) 195.87º 0.94% 0.51% -
XYZ 8.34 10.19 22.3 -
YUV 74.04 159.01 80.9 -
System Red Green Blue C M Y K H S L
Decimal 8 97 129 0.94 0.25 0 0.49 195.87 0.88 0.27
Hex 8 61 81 5E 19 0 31 C4 58 1B
Octal 10 141 201 136 31 0 61 304 130 33
Binary 1000 1100001 10000001 1011110 11001 0 110001 11000100 1011000 11011

Color Harmonies of #086181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086181

Black with #086181

Text Example


Text Example

White with #086181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086181; }

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

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

background-color css

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

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

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

border-color css

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

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

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