Html Css Color HEX #086271 Blue Lagoon

📋 copy color: '#086271'

red 8 ◦ green 98 ◦ blue 113

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

Shades of Blue Lagoon #086271

Tints of Blue Lagoon #086271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.75%

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

R = 3.65%
G = 44.75%
B = 51.6%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#086271 (or 0x086271) is known color: Blue Lagoon. HEX triplet: 08, 62 and 71. RGB value is (8,98,113). Sum of RGB (Red+Green+Blue) = 8+98+113=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #086271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086271 is #F79D8E. Grayscale: #484848. Windows color (decimal): -16227727 or 7430664. OLE color: 7430664.

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

Color convert

RGB 8 98 113 -
CMYK 0.93 0.13 0 0.56
HSL 188.57º 0.87% 0.24% -
HSV(B) 188.57º 0.93% 0.44% -
XYZ 7.45 9.98 17.16 -
YUV 72.8 150.68 81.78 -
System Red Green Blue C M Y K H S L
Decimal 8 98 113 0.93 0.13 0 0.56 188.57 0.87 0.24
Hex 8 62 71 5D D 0 38 BD 57 18
Octal 10 142 161 135 15 0 70 275 127 30
Binary 1000 1100010 1110001 1011101 1101 0 111000 10111101 1010111 11000

Color Harmonies of #086271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086271

Black with #086271

Text Example


Text Example

White with #086271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086271; }

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

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

background-color css

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

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

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

border-color css

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

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

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