Html Css Color HEX #086571 Blue Lagoon

📋 copy color: '#086571'

red 8 ◦ green 101 ◦ blue 113

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

Shades of Blue Lagoon #086571

Tints of Blue Lagoon #086571

RGB

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

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

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

R = 3.6%
G = 45.5%
B = 50.9%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#086571 (or 0x086571) is known color: Blue Lagoon. HEX triplet: 08, 65 and 71. RGB value is (8,101,113). Sum of RGB (Red+Green+Blue) = 8+101+113=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #086571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086571 is #F79A8E. Grayscale: #4A4A4A. Windows color (decimal): -16226959 or 7431432. OLE color: 7431432.

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

Color convert

RGB 8 101 113 -
CMYK 0.93 0.11 0 0.56
HSL 186.86º 0.87% 0.24% -
HSV(B) 186.86º 0.93% 0.44% -
XYZ 7.73 10.55 17.25 -
YUV 74.56 149.69 80.52 -
System Red Green Blue C M Y K H S L
Decimal 8 101 113 0.93 0.11 0 0.56 186.86 0.87 0.24
Hex 8 65 71 5D B 0 38 BB 57 18
Octal 10 145 161 135 13 0 70 273 127 30
Binary 1000 1100101 1110001 1011101 1011 0 111000 10111011 1010111 11000

Color Harmonies of #086571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086571

Black with #086571

Text Example


Text Example

White with #086571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086571; }

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

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

background-color css

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

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

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

border-color css

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

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

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