Html Css Color HEX #096E79 Blue Lagoon

📋 copy color: '#096E79'

red 9 ◦ green 110 ◦ blue 121

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

Shades of Blue Lagoon #096E79

Tints of Blue Lagoon #096E79

RGB

 RED value IS 9 (3.91% from 255) = 3.75%

 GREEN value IS 110 (43.36% from 255) = 45.83%

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

R = 3.75%
G = 45.83%
B = 50.42%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096E79 (or 0x096E79) is known color: Blue Lagoon. HEX triplet: 09, 6E and 79. RGB value is (9,110,121). Sum of RGB (Red+Green+Blue) = 9+110+121=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #096E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E79 is #F69186. Grayscale: #505050. Windows color (decimal): -16159111 or 7958025. OLE color: 7958025.

HSL color Cylindrical-coordinate representation of color #096E79: hue angle of 185.89º degrees, saturation: 0.86, 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 #096E79 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 110 121 -
CMYK 0.93 0.09 0 0.53
HSL 185.89º 0.86% 0.25% -
HSV(B) 185.89º 0.93% 0.47% -
XYZ 9.14 12.59 20.04 -
YUV 81.06 150.54 76.61 -
System Red Green Blue C M Y K H S L
Decimal 9 110 121 0.93 0.09 0 0.53 185.89 0.86 0.25
Hex 9 6E 79 5D 9 0 35 BA 56 19
Octal 11 156 171 135 11 0 65 272 126 31
Binary 1001 1101110 1111001 1011101 1001 0 110101 10111010 1010110 11001

Color Harmonies of #096E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096E79

Black with #096E79

Text Example


Text Example

White with #096E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096E79; }

 p { color: rgb(9,110,121); }

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

background-color css

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

 a { background-color: rgb(9,110,121); }

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

border-color css

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

 span { border-color: rgb(9,110,121); }

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