Html Css Color HEX #096070 Blue Lagoon

📋 copy color: '#096070'

red 9 ◦ green 96 ◦ blue 112

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

Shades of Blue Lagoon #096070

Tints of Blue Lagoon #096070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.24%

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

R = 4.15%
G = 44.24%
B = 51.61%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096070 (or 0x096070) is known color: Blue Lagoon. HEX triplet: 09, 60 and 70. RGB value is (9,96,112). Sum of RGB (Red+Green+Blue) = 9+96+112=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #096070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096070 is #F69F8F. Grayscale: #474747. Windows color (decimal): -16162704 or 7364617. OLE color: 7364617.

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

Color convert

RGB 9 96 112 -
CMYK 0.92 0.14 0 0.56
HSL 189.32º 0.85% 0.24% -
HSV(B) 189.32º 0.92% 0.44% -
XYZ 7.22 9.59 16.8 -
YUV 71.81 150.68 83.2 -
System Red Green Blue C M Y K H S L
Decimal 9 96 112 0.92 0.14 0 0.56 189.32 0.85 0.24
Hex 9 60 70 5C E 0 38 BD 55 18
Octal 11 140 160 134 16 0 70 275 125 30
Binary 1001 1100000 1110000 1011100 1110 0 111000 10111101 1010101 11000

Color Harmonies of #096070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096070

Black with #096070

Text Example


Text Example

White with #096070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096070; }

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

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

background-color css

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

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

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

border-color css

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

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

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