Html Css Color HEX #086572 Blue Lagoon

📋 copy color: '#086572'

red 8 ◦ green 101 ◦ blue 114

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

Shades of Blue Lagoon #086572

Tints of Blue Lagoon #086572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.29%

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

R = 3.59%
G = 45.29%
B = 51.12%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#086572 (or 0x086572) is known color: Blue Lagoon. HEX triplet: 08, 65 and 72. RGB value is (8,101,114). Sum of RGB (Red+Green+Blue) = 8+101+114=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #086572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086572 is #F79A8D. Grayscale: #4A4A4A. Windows color (decimal): -16226958 or 7496968. OLE color: 7496968.

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

Color convert

RGB 8 101 114 -
CMYK 0.93 0.11 0 0.55
HSL 187.36º 0.87% 0.24% -
HSV(B) 187.36º 0.93% 0.45% -
XYZ 7.79 10.57 17.55 -
YUV 74.68 150.19 80.44 -
System Red Green Blue C M Y K H S L
Decimal 8 101 114 0.93 0.11 0 0.55 187.36 0.87 0.24
Hex 8 65 72 5D B 0 37 BB 57 18
Octal 10 145 162 135 13 0 67 273 127 30
Binary 1000 1100101 1110010 1011101 1011 0 110111 10111011 1010111 11000

Color Harmonies of #086572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086572

Black with #086572

Text Example


Text Example

White with #086572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086572; }

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

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

background-color css

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

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

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

border-color css

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

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

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