Html Css Color HEX #086072 Blue Lagoon

📋 copy color: '#086072'

red 8 ◦ green 96 ◦ blue 114

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

Shades of Blue Lagoon #086072

Tints of Blue Lagoon #086072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.04%

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

R = 3.67%
G = 44.04%
B = 52.29%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#086072 (or 0x086072) is known color: Blue Lagoon. HEX triplet: 08, 60 and 72. RGB value is (8,96,114). Sum of RGB (Red+Green+Blue) = 8+96+114=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #086072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086072 is #F79F8D. Grayscale: #474747. Windows color (decimal): -16228238 or 7495688. OLE color: 7495688.

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

Color convert

RGB 8 96 114 -
CMYK 0.93 0.16 0 0.55
HSL 190.19º 0.87% 0.24% -
HSV(B) 190.19º 0.93% 0.45% -
XYZ 7.32 9.63 17.39 -
YUV 71.74 151.85 82.54 -
System Red Green Blue C M Y K H S L
Decimal 8 96 114 0.93 0.16 0 0.55 190.19 0.87 0.24
Hex 8 60 72 5D 10 0 37 BE 57 18
Octal 10 140 162 135 20 0 67 276 127 30
Binary 1000 1100000 1110010 1011101 10000 0 110111 10111110 1010111 11000

Color Harmonies of #086072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086072

Black with #086072

Text Example


Text Example

White with #086072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086072; }

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

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

background-color css

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

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

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

border-color css

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

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

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