Html Css Color HEX #086871 Blue Lagoon

📋 copy color: '#086871'

red 8 ◦ green 104 ◦ blue 113

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

Shades of Blue Lagoon #086871

Tints of Blue Lagoon #086871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.22%

 BLUE value IS 113 (44.53% from 255) = 50.22%

R = 3.56%
G = 46.22%
B = 50.22%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#086871 (or 0x086871) is known color: Blue Lagoon. HEX triplet: 08, 68 and 71. RGB value is (8,104,113). Sum of RGB (Red+Green+Blue) = 8+104+113=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #086871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086871 is #F7978E. Grayscale: #4C4C4C. Windows color (decimal): -16226191 or 7432200. OLE color: 7432200.

HSL color Cylindrical-coordinate representation of color #086871: hue angle of 185.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086871 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 104 113 -
CMYK 0.93 0.08 0 0.56
HSL 185.14º 0.87% 0.24% -
HSV(B) 185.14º 0.93% 0.44% -
XYZ 8.03 11.14 17.35 -
YUV 76.32 148.7 79.27 -
System Red Green Blue C M Y K H S L
Decimal 8 104 113 0.93 0.08 0 0.56 185.14 0.87 0.24
Hex 8 68 71 5D 8 0 38 B9 57 18
Octal 10 150 161 135 10 0 70 271 127 30
Binary 1000 1101000 1110001 1011101 1000 0 111000 10111001 1010111 11000

Color Harmonies of #086871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086871

Black with #086871

Text Example


Text Example

White with #086871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086871; }

 p { color: rgb(8,104,113); }

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

background-color css

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

 a { background-color: rgb(8,104,113); }

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

border-color css

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

 span { border-color: rgb(8,104,113); }

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