Html Css Color HEX #086184 Blue Lagoon

📋 copy color: '#086184'

red 8 ◦ green 97 ◦ blue 132

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

Shades of Blue Lagoon #086184

Tints of Blue Lagoon #086184

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.93%

 BLUE value IS 132 (51.95% from 255) = 55.7%

R = 3.38%
G = 40.93%
B = 55.7%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#086184 (or 0x086184) is known color: Blue Lagoon. HEX triplet: 08, 61 and 84. RGB value is (8,97,132). Sum of RGB (Red+Green+Blue) = 8+97+132=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #086184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086184 is #F79E7B. Grayscale: #4A4A4A. Windows color (decimal): -16227964 or 8675592. OLE color: 8675592.

HSL color Cylindrical-coordinate representation of color #086184: hue angle of 196.94º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086184 is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 97 132 -
CMYK 0.94 0.27 0 0.48
HSL 196.94º 0.89% 0.27% -
HSV(B) 196.94º 0.94% 0.52% -
XYZ 8.54 10.27 23.36 -
YUV 74.38 160.51 80.65 -
System Red Green Blue C M Y K H S L
Decimal 8 97 132 0.94 0.27 0 0.48 196.94 0.89 0.27
Hex 8 61 84 5E 1B 0 30 C5 59 1B
Octal 10 141 204 136 33 0 60 305 131 33
Binary 1000 1100001 10000100 1011110 11011 0 110000 11000101 1011001 11011

Color Harmonies of #086184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086184

Black with #086184

Text Example


Text Example

White with #086184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086184; }

 p { color: rgb(8,97,132); }

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

background-color css

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

 a { background-color: rgb(8,97,132); }

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

border-color css

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

 span { border-color: rgb(8,97,132); }

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