Html Css Color HEX #086371 Blue Lagoon

📋 copy color: '#086371'

red 8 ◦ green 99 ◦ blue 113

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

Shades of Blue Lagoon #086371

Tints of Blue Lagoon #086371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45%

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

R = 3.64%
G = 45%
B = 51.36%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#086371 (or 0x086371) is known color: Blue Lagoon. HEX triplet: 08, 63 and 71. RGB value is (8,99,113). Sum of RGB (Red+Green+Blue) = 8+99+113=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #086371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086371 is #F79C8E. Grayscale: #494949. Windows color (decimal): -16227471 or 7430920. OLE color: 7430920.

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

Color convert

RGB 8 99 113 -
CMYK 0.93 0.12 0 0.56
HSL 188º 0.87% 0.24% -
HSV(B) 188º 0.93% 0.44% -
XYZ 7.54 10.17 17.19 -
YUV 73.39 150.35 81.36 -
System Red Green Blue C M Y K H S L
Decimal 8 99 113 0.93 0.12 0 0.56 188 0.87 0.24
Hex 8 63 71 5D C 0 38 BC 57 18
Octal 10 143 161 135 14 0 70 274 127 30
Binary 1000 1100011 1110001 1011101 1100 0 111000 10111100 1010111 11000

Color Harmonies of #086371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086371

Black with #086371

Text Example


Text Example

White with #086371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086371; }

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

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

background-color css

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

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

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

border-color css

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

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

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