Html Css Color HEX #096270 Blue Lagoon

📋 copy color: '#096270'

red 9 ◦ green 98 ◦ blue 112

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

Shades of Blue Lagoon #096270

Tints of Blue Lagoon #096270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.75%

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

R = 4.11%
G = 44.75%
B = 51.14%

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

#096270 (or 0x096270) is known color: Blue Lagoon. HEX triplet: 09, 62 and 70. RGB value is (9,98,112). Sum of RGB (Red+Green+Blue) = 9+98+112=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #096270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096270 is #F69D8F. Grayscale: #484848. Windows color (decimal): -16162192 or 7365129. OLE color: 7365129.

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

Color convert

RGB 9 98 112 -
CMYK 0.92 0.13 0 0.56
HSL 188.16º 0.85% 0.24% -
HSV(B) 188.16º 0.92% 0.44% -
XYZ 7.4 9.96 16.86 -
YUV 72.99 150.01 82.36 -
System Red Green Blue C M Y K H S L
Decimal 9 98 112 0.92 0.13 0 0.56 188.16 0.85 0.24
Hex 9 62 70 5C D 0 38 BC 55 18
Octal 11 142 160 134 15 0 70 274 125 30
Binary 1001 1100010 1110000 1011100 1101 0 111000 10111100 1010101 11000

Color Harmonies of #096270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096270

Black with #096270

Text Example


Text Example

White with #096270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096270; }

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

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

background-color css

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

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

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

border-color css

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

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

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