Html Css Color HEX #096176 Blue Lagoon

📋 copy color: '#096176'

red 9 ◦ green 97 ◦ blue 118

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

Shades of Blue Lagoon #096176

Tints of Blue Lagoon #096176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.3%

 BLUE value IS 118 (46.48% from 255) = 52.68%

R = 4.02%
G = 43.3%
B = 52.68%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096176 (or 0x096176) is known color: Blue Lagoon. HEX triplet: 09, 61 and 76. RGB value is (9,97,118). Sum of RGB (Red+Green+Blue) = 9+97+118=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #096176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096176 is #F69E89. Grayscale: #484848. Windows color (decimal): -16162442 or 7758089. OLE color: 7758089.

HSL color Cylindrical-coordinate representation of color #096176: hue angle of 191.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096176 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 97 118 -
CMYK 0.92 0.18 0 0.54
HSL 191.56º 0.86% 0.25% -
HSV(B) 191.56º 0.92% 0.46% -
XYZ 7.66 9.92 18.65 -
YUV 73.08 153.35 82.29 -
System Red Green Blue C M Y K H S L
Decimal 9 97 118 0.92 0.18 0 0.54 191.56 0.86 0.25
Hex 9 61 76 5C 12 0 36 C0 56 19
Octal 11 141 166 134 22 0 66 300 126 31
Binary 1001 1100001 1110110 1011100 10010 0 110110 11000000 1010110 11001

Color Harmonies of #096176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096176

Black with #096176

Text Example


Text Example

White with #096176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096176; }

 p { color: rgb(9,97,118); }

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

background-color css

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

 a { background-color: rgb(9,97,118); }

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

border-color css

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

 span { border-color: rgb(9,97,118); }

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