Html Css Color HEX #086374 Blue Lagoon

📋 copy color: '#086374'

red 8 ◦ green 99 ◦ blue 116

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

Shades of Blue Lagoon #086374

Tints of Blue Lagoon #086374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.02%

R = 3.59%
G = 44.39%
B = 52.02%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#086374 (or 0x086374) is known color: Blue Lagoon. HEX triplet: 08, 63 and 74. RGB value is (8,99,116). Sum of RGB (Red+Green+Blue) = 8+99+116=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #086374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086374 is #F79C8B. Grayscale: #494949. Windows color (decimal): -16227468 or 7627528. OLE color: 7627528.

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

Color convert

RGB 8 99 116 -
CMYK 0.93 0.15 0 0.55
HSL 189.44º 0.87% 0.24% -
HSV(B) 189.44º 0.93% 0.45% -
XYZ 7.71 10.24 18.09 -
YUV 73.73 151.85 81.12 -
System Red Green Blue C M Y K H S L
Decimal 8 99 116 0.93 0.15 0 0.55 189.44 0.87 0.24
Hex 8 63 74 5D F 0 37 BD 57 18
Octal 10 143 164 135 17 0 67 275 127 30
Binary 1000 1100011 1110100 1011101 1111 0 110111 10111101 1010111 11000

Color Harmonies of #086374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086374

Black with #086374

Text Example


Text Example

White with #086374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086374; }

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

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

background-color css

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

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

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

border-color css

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

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

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