Html Css Color HEX #086781 Blue Lagoon

📋 copy color: '#086781'

red 8 ◦ green 103 ◦ blue 129

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

Shades of Blue Lagoon #086781

Tints of Blue Lagoon #086781

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.92%

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

R = 3.33%
G = 42.92%
B = 53.75%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#086781 (or 0x086781) is known color: Blue Lagoon. HEX triplet: 08, 67 and 81. RGB value is (8,103,129). Sum of RGB (Red+Green+Blue) = 8+103+129=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #086781 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086781 is #F7987E. Grayscale: #4D4D4D. Windows color (decimal): -16226431 or 8480520. OLE color: 8480520.

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

Color convert

RGB 8 103 129 -
CMYK 0.94 0.20 0 0.49
HSL 192.89º 0.88% 0.27% -
HSV(B) 192.89º 0.94% 0.51% -
XYZ 8.91 11.34 22.49 -
YUV 77.56 157.03 78.39 -
System Red Green Blue C M Y K H S L
Decimal 8 103 129 0.94 0.20 0 0.49 192.89 0.88 0.27
Hex 8 67 81 5E 14 0 31 C1 58 1B
Octal 10 147 201 136 24 0 61 301 130 33
Binary 1000 1100111 10000001 1011110 10100 0 110001 11000001 1011000 11011

Color Harmonies of #086781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086781

Black with #086781

Text Example


Text Example

White with #086781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086781; }

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

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

background-color css

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

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

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

border-color css

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

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

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