Html Css Color HEX #086872 Blue Lagoon

📋 copy color: '#086872'

red 8 ◦ green 104 ◦ blue 114

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

Shades of Blue Lagoon #086872

Tints of Blue Lagoon #086872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 3.54%
G = 46.02%
B = 50.44%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#086872 (or 0x086872) is known color: Blue Lagoon. HEX triplet: 08, 68 and 72. RGB value is (8,104,114). Sum of RGB (Red+Green+Blue) = 8+104+114=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #086872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086872 is #F7978D. Grayscale: #4C4C4C. Windows color (decimal): -16226190 or 7497736. OLE color: 7497736.

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

Color convert

RGB 8 104 114 -
CMYK 0.93 0.09 0 0.55
HSL 185.66º 0.87% 0.24% -
HSV(B) 185.66º 0.93% 0.45% -
XYZ 8.09 11.17 17.65 -
YUV 76.44 149.2 79.19 -
System Red Green Blue C M Y K H S L
Decimal 8 104 114 0.93 0.09 0 0.55 185.66 0.87 0.24
Hex 8 68 72 5D 9 0 37 BA 57 18
Octal 10 150 162 135 11 0 67 272 127 30
Binary 1000 1101000 1110010 1011101 1001 0 110111 10111010 1010111 11000

Color Harmonies of #086872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086872

Black with #086872

Text Example


Text Example

White with #086872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086872; }

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

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

background-color css

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

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

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

border-color css

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

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

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