Html Css Color HEX #096170 Blue Lagoon

📋 copy color: '#096170'

red 9 ◦ green 97 ◦ blue 112

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

Shades of Blue Lagoon #096170

Tints of Blue Lagoon #096170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.38%

R = 4.13%
G = 44.5%
B = 51.38%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096170 (or 0x096170) is known color: Blue Lagoon. HEX triplet: 09, 61 and 70. RGB value is (9,97,112). Sum of RGB (Red+Green+Blue) = 9+97+112=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #096170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096170 is #F69E8F. Grayscale: #484848. Windows color (decimal): -16162448 or 7364873. OLE color: 7364873.

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

Color convert

RGB 9 97 112 -
CMYK 0.92 0.13 0 0.56
HSL 188.74º 0.85% 0.24% -
HSV(B) 188.74º 0.92% 0.44% -
XYZ 7.31 9.78 16.83 -
YUV 72.4 150.35 82.78 -
System Red Green Blue C M Y K H S L
Decimal 9 97 112 0.92 0.13 0 0.56 188.74 0.85 0.24
Hex 9 61 70 5C D 0 38 BD 55 18
Octal 11 141 160 134 15 0 70 275 125 30
Binary 1001 1100001 1110000 1011100 1101 0 111000 10111101 1010101 11000

Color Harmonies of #096170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096170

Black with #096170

Text Example


Text Example

White with #096170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096170; }

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

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

background-color css

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

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

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

border-color css

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

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

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