Html Css Color HEX #096972 Blue Lagoon

📋 copy color: '#096972'

red 9 ◦ green 105 ◦ blue 114

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

Shades of Blue Lagoon #096972

Tints of Blue Lagoon #096972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50%

R = 3.95%
G = 46.05%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096972 (or 0x096972) is known color: Blue Lagoon. HEX triplet: 09, 69 and 72. RGB value is (9,105,114). Sum of RGB (Red+Green+Blue) = 9+105+114=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #096972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096972 is #F6968D. Grayscale: #4D4D4D. Windows color (decimal): -16160398 or 7497993. OLE color: 7497993.

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

Color convert

RGB 9 105 114 -
CMYK 0.92 0.08 0 0.55
HSL 185.14º 0.85% 0.24% -
HSV(B) 185.14º 0.92% 0.45% -
XYZ 8.2 11.38 17.68 -
YUV 77.32 148.7 79.27 -
System Red Green Blue C M Y K H S L
Decimal 9 105 114 0.92 0.08 0 0.55 185.14 0.85 0.24
Hex 9 69 72 5C 8 0 37 B9 55 18
Octal 11 151 162 134 10 0 67 271 125 30
Binary 1001 1101001 1110010 1011100 1000 0 110111 10111001 1010101 11000

Color Harmonies of #096972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096972

Black with #096972

Text Example


Text Example

White with #096972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096972; }

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

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

background-color css

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

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

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

border-color css

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

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

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