Html Css Color HEX #096979 Blue Lagoon

📋 copy color: '#096979'

red 9 ◦ green 105 ◦ blue 121

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

Shades of Blue Lagoon #096979

Tints of Blue Lagoon #096979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.68%

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

R = 3.83%
G = 44.68%
B = 51.49%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096979 (or 0x096979) is known color: Blue Lagoon. HEX triplet: 09, 69 and 79. RGB value is (9,105,121). Sum of RGB (Red+Green+Blue) = 9+105+121=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #096979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096979 is #F69686. Grayscale: #4D4D4D. Windows color (decimal): -16160391 or 7956745. OLE color: 7956745.

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

Color convert

RGB 9 105 121 -
CMYK 0.93 0.13 0 0.53
HSL 188.57º 0.86% 0.25% -
HSV(B) 188.57º 0.93% 0.47% -
XYZ 8.62 11.54 19.86 -
YUV 78.12 152.2 78.7 -
System Red Green Blue C M Y K H S L
Decimal 9 105 121 0.93 0.13 0 0.53 188.57 0.86 0.25
Hex 9 69 79 5D D 0 35 BD 56 19
Octal 11 151 171 135 15 0 65 275 126 31
Binary 1001 1101001 1111001 1011101 1101 0 110101 10111101 1010110 11001

Color Harmonies of #096979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096979

Black with #096979

Text Example


Text Example

White with #096979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096979; }

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

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

background-color css

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

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

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

border-color css

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

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

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