Html Css Color HEX #096173 Blue Lagoon

📋 copy color: '#096173'

red 9 ◦ green 97 ◦ blue 115

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

Shades of Blue Lagoon #096173

Tints of Blue Lagoon #096173

RGB

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

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

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

R = 4.07%
G = 43.89%
B = 52.04%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096173 (or 0x096173) is known color: Blue Lagoon. HEX triplet: 09, 61 and 73. RGB value is (9,97,115). Sum of RGB (Red+Green+Blue) = 9+97+115=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #096173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096173 is #F69E8C. Grayscale: #484848. Windows color (decimal): -16162445 or 7561481. OLE color: 7561481.

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

Color convert

RGB 9 97 115 -
CMYK 0.92 0.16 0 0.55
HSL 190.19º 0.85% 0.24% -
HSV(B) 190.19º 0.92% 0.45% -
XYZ 7.48 9.85 17.73 -
YUV 72.74 151.85 82.54 -
System Red Green Blue C M Y K H S L
Decimal 9 97 115 0.92 0.16 0 0.55 190.19 0.85 0.24
Hex 9 61 73 5C 10 0 37 BE 55 18
Octal 11 141 163 134 20 0 67 276 125 30
Binary 1001 1100001 1110011 1011100 10000 0 110111 10111110 1010101 11000

Color Harmonies of #096173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096173

Black with #096173

Text Example


Text Example

White with #096173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096173; }

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

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

background-color css

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

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

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

border-color css

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

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

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