Html Css Color HEX #096B78 Blue Lagoon

📋 copy color: '#096B78'

red 9 ◦ green 107 ◦ blue 120

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

Shades of Blue Lagoon #096B78

Tints of Blue Lagoon #096B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.85%

R = 3.81%
G = 45.34%
B = 50.85%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096B78 (or 0x096B78) is known color: Blue Lagoon. HEX triplet: 09, 6B and 78. RGB value is (9,107,120). Sum of RGB (Red+Green+Blue) = 9+107+120=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #096B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B78 is #F69487. Grayscale: #4F4F4F. Windows color (decimal): -16159880 or 7891721. OLE color: 7891721.

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

Color convert

RGB 9 107 120 -
CMYK 0.92 0.11 0 0.53
HSL 187.03º 0.86% 0.25% -
HSV(B) 187.03º 0.93% 0.47% -
XYZ 8.76 11.93 19.61 -
YUV 79.18 151.03 77.94 -
System Red Green Blue C M Y K H S L
Decimal 9 107 120 0.92 0.11 0 0.53 187.03 0.86 0.25
Hex 9 6B 78 5C B 0 35 BB 56 19
Octal 11 153 170 134 13 0 65 273 126 31
Binary 1001 1101011 1111000 1011100 1011 0 110101 10111011 1010110 11001

Color Harmonies of #096B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B78

Black with #096B78

Text Example


Text Example

White with #096B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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