Html Css Color HEX #086079 Blue Lagoon

📋 copy color: '#086079'

red 8 ◦ green 96 ◦ blue 121

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

Shades of Blue Lagoon #086079

Tints of Blue Lagoon #086079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.67%

 BLUE value IS 121 (47.66% from 255) = 53.78%

R = 3.56%
G = 42.67%
B = 53.78%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#086079 (or 0x086079) is known color: Blue Lagoon. HEX triplet: 08, 60 and 79. RGB value is (8,96,121). Sum of RGB (Red+Green+Blue) = 8+96+121=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #086079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086079 is #F79F86. Grayscale: #484848. Windows color (decimal): -16228231 or 7954440. OLE color: 7954440.

HSL color Cylindrical-coordinate representation of color #086079: hue angle of 193.27º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086079 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 96 121 -
CMYK 0.93 0.21 0 0.53
HSL 193.27º 0.88% 0.25% -
HSV(B) 193.27º 0.93% 0.47% -
XYZ 7.73 9.8 19.57 -
YUV 72.54 155.35 81.97 -
System Red Green Blue C M Y K H S L
Decimal 8 96 121 0.93 0.21 0 0.53 193.27 0.88 0.25
Hex 8 60 79 5D 15 0 35 C1 58 19
Octal 10 140 171 135 25 0 65 301 130 31
Binary 1000 1100000 1111001 1011101 10101 0 110101 11000001 1011000 11001

Color Harmonies of #086079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086079

Black with #086079

Text Example


Text Example

White with #086079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086079; }

 p { color: rgb(8,96,121); }

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

background-color css

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

 a { background-color: rgb(8,96,121); }

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

border-color css

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

 span { border-color: rgb(8,96,121); }

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