Html Css Color HEX #096373 Blue Lagoon

📋 copy color: '#096373'

red 9 ◦ green 99 ◦ blue 115

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

Shades of Blue Lagoon #096373

Tints of Blue Lagoon #096373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.57%

R = 4.04%
G = 44.39%
B = 51.57%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096373 (or 0x096373) is known color: Blue Lagoon. HEX triplet: 09, 63 and 73. RGB value is (9,99,115). Sum of RGB (Red+Green+Blue) = 9+99+115=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #096373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096373 is #F69C8C. Grayscale: #494949. Windows color (decimal): -16161933 or 7561993. OLE color: 7561993.

HSL color Cylindrical-coordinate representation of color #096373: hue angle of 189.06º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096373 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 99 115 -
CMYK 0.92 0.14 0 0.55
HSL 189.06º 0.85% 0.24% -
HSV(B) 189.06º 0.92% 0.45% -
XYZ 7.67 10.22 17.79 -
YUV 73.91 151.18 81.7 -
System Red Green Blue C M Y K H S L
Decimal 9 99 115 0.92 0.14 0 0.55 189.06 0.85 0.24
Hex 9 63 73 5C E 0 37 BD 55 18
Octal 11 143 163 134 16 0 67 275 125 30
Binary 1001 1100011 1110011 1011100 1110 0 110111 10111101 1010101 11000

Color Harmonies of #096373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096373

Black with #096373

Text Example


Text Example

White with #096373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096373; }

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

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

background-color css

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

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

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

border-color css

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

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

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