Html Css Color HEX #096376 Blue Lagoon

📋 copy color: '#096376'

red 9 ◦ green 99 ◦ blue 118

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

Shades of Blue Lagoon #096376

Tints of Blue Lagoon #096376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.81%

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

R = 3.98%
G = 43.81%
B = 52.21%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096376 (or 0x096376) is known color: Blue Lagoon. HEX triplet: 09, 63 and 76. RGB value is (9,99,118). Sum of RGB (Red+Green+Blue) = 9+99+118=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #096376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096376 is #F69C89. Grayscale: #4A4A4A. Windows color (decimal): -16161930 or 7758601. OLE color: 7758601.

HSL color Cylindrical-coordinate representation of color #096376: hue angle of 190.46º 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 #096376 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 99 118 -
CMYK 0.92 0.16 0 0.54
HSL 190.46º 0.86% 0.25% -
HSV(B) 190.46º 0.92% 0.46% -
XYZ 7.84 10.29 18.71 -
YUV 74.26 152.68 81.46 -
System Red Green Blue C M Y K H S L
Decimal 9 99 118 0.92 0.16 0 0.54 190.46 0.86 0.25
Hex 9 63 76 5C 10 0 36 BE 56 19
Octal 11 143 166 134 20 0 66 276 126 31
Binary 1001 1100011 1110110 1011100 10000 0 110110 10111110 1010110 11001

Color Harmonies of #096376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096376

Black with #096376

Text Example


Text Example

White with #096376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096376; }

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

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

background-color css

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

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

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

border-color css

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

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

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