Html Css Color HEX #096670 Blue Lagoon

📋 copy color: '#096670'

red 9 ◦ green 102 ◦ blue 112

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

Shades of Blue Lagoon #096670

Tints of Blue Lagoon #096670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.74%

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

R = 4.04%
G = 45.74%
B = 50.22%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096670 (or 0x096670) is known color: Blue Lagoon. HEX triplet: 09, 66 and 70. RGB value is (9,102,112). Sum of RGB (Red+Green+Blue) = 9+102+112=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #096670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096670 is #F6998F. Grayscale: #4B4B4B. Windows color (decimal): -16161168 or 7366153. OLE color: 7366153.

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

Color convert

RGB 9 102 112 -
CMYK 0.92 0.09 0 0.56
HSL 185.83º 0.85% 0.24% -
HSV(B) 185.83º 0.92% 0.44% -
XYZ 7.79 10.73 16.99 -
YUV 75.33 148.69 80.69 -
System Red Green Blue C M Y K H S L
Decimal 9 102 112 0.92 0.09 0 0.56 185.83 0.85 0.24
Hex 9 66 70 5C 9 0 38 BA 55 18
Octal 11 146 160 134 11 0 70 272 125 30
Binary 1001 1100110 1110000 1011100 1001 0 111000 10111010 1010101 11000

Color Harmonies of #096670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096670

Black with #096670

Text Example


Text Example

White with #096670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096670; }

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

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

background-color css

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

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

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

border-color css

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

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

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