Html Css Color HEX #086674 Blue Lagoon

📋 copy color: '#086674'

red 8 ◦ green 102 ◦ blue 116

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

Shades of Blue Lagoon #086674

Tints of Blue Lagoon #086674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.13%

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

R = 3.54%
G = 45.13%
B = 51.33%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#086674 (or 0x086674) is known color: Blue Lagoon. HEX triplet: 08, 66 and 74. RGB value is (8,102,116). Sum of RGB (Red+Green+Blue) = 8+102+116=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #086674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086674 is #F7998B. Grayscale: #4B4B4B. Windows color (decimal): -16226700 or 7628296. OLE color: 7628296.

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

Color convert

RGB 8 102 116 -
CMYK 0.93 0.12 0 0.55
HSL 187.78º 0.87% 0.24% -
HSV(B) 187.78º 0.93% 0.45% -
XYZ 8 10.82 18.19 -
YUV 75.49 150.86 79.86 -
System Red Green Blue C M Y K H S L
Decimal 8 102 116 0.93 0.12 0 0.55 187.78 0.87 0.24
Hex 8 66 74 5D C 0 37 BC 57 18
Octal 10 146 164 135 14 0 67 274 127 30
Binary 1000 1100110 1110100 1011101 1100 0 110111 10111100 1010111 11000

Color Harmonies of #086674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086674

Black with #086674

Text Example


Text Example

White with #086674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086674; }

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

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

background-color css

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

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

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

border-color css

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

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

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