Html Css Color HEX #096B79 Blue Lagoon

📋 copy color: '#096B79'

red 9 ◦ green 107 ◦ blue 121

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

Shades of Blue Lagoon #096B79

Tints of Blue Lagoon #096B79

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.15%

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

R = 3.8%
G = 45.15%
B = 51.05%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096B79 (or 0x096B79) is known color: Blue Lagoon. HEX triplet: 09, 6B and 79. RGB value is (9,107,121). Sum of RGB (Red+Green+Blue) = 9+107+121=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #096B79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B79 is #F69486. Grayscale: #4F4F4F. Windows color (decimal): -16159879 or 7957257. OLE color: 7957257.

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

Color convert

RGB 9 107 121 -
CMYK 0.93 0.12 0 0.53
HSL 187.5º 0.86% 0.25% -
HSV(B) 187.5º 0.93% 0.47% -
XYZ 8.82 11.95 19.93 -
YUV 79.29 151.53 77.86 -
System Red Green Blue C M Y K H S L
Decimal 9 107 121 0.93 0.12 0 0.53 187.5 0.86 0.25
Hex 9 6B 79 5D C 0 35 BC 56 19
Octal 11 153 171 135 14 0 65 274 126 31
Binary 1001 1101011 1111001 1011101 1100 0 110101 10111100 1010110 11001

Color Harmonies of #096B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B79

Black with #096B79

Text Example


Text Example

White with #096B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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