Html Css Color HEX #096970 Blue Lagoon

📋 copy color: '#096970'

red 9 ◦ green 105 ◦ blue 112

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

Shades of Blue Lagoon #096970

Tints of Blue Lagoon #096970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.46%

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

R = 3.98%
G = 46.46%
B = 49.56%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096970 (or 0x096970) is known color: Blue Lagoon. HEX triplet: 09, 69 and 70. RGB value is (9,105,112). Sum of RGB (Red+Green+Blue) = 9+105+112=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #096970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096970 is #F6968F. Grayscale: #4C4C4C. Windows color (decimal): -16160400 or 7366921. OLE color: 7366921.

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

Color convert

RGB 9 105 112 -
CMYK 0.92 0.06 0 0.56
HSL 184.08º 0.85% 0.24% -
HSV(B) 184.08º 0.92% 0.44% -
XYZ 8.09 11.33 17.09 -
YUV 77.09 147.7 79.43 -
System Red Green Blue C M Y K H S L
Decimal 9 105 112 0.92 0.06 0 0.56 184.08 0.85 0.24
Hex 9 69 70 5C 6 0 38 B8 55 18
Octal 11 151 160 134 6 0 70 270 125 30
Binary 1001 1101001 1110000 1011100 110 0 111000 10111000 1010101 11000

Color Harmonies of #096970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096970

Black with #096970

Text Example


Text Example

White with #096970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096970; }

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

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

background-color css

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

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

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

border-color css

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

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

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