Html Css Color HEX #096172 Blue Lagoon

📋 copy color: '#096172'

red 9 ◦ green 97 ◦ blue 114

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

Shades of Blue Lagoon #096172

Tints of Blue Lagoon #096172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.09%

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

R = 4.09%
G = 44.09%
B = 51.82%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096172 (or 0x096172) is known color: Blue Lagoon. HEX triplet: 09, 61 and 72. RGB value is (9,97,114). Sum of RGB (Red+Green+Blue) = 9+97+114=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #096172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096172 is #F69E8D. Grayscale: #484848. Windows color (decimal): -16162446 or 7495945. OLE color: 7495945.

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

Color convert

RGB 9 97 114 -
CMYK 0.92 0.15 0 0.55
HSL 189.71º 0.85% 0.24% -
HSV(B) 189.71º 0.92% 0.45% -
XYZ 7.42 9.82 17.42 -
YUV 72.63 151.35 82.62 -
System Red Green Blue C M Y K H S L
Decimal 9 97 114 0.92 0.15 0 0.55 189.71 0.85 0.24
Hex 9 61 72 5C F 0 37 BE 55 18
Octal 11 141 162 134 17 0 67 276 125 30
Binary 1001 1100001 1110010 1011100 1111 0 110111 10111110 1010101 11000

Color Harmonies of #096172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096172

Black with #096172

Text Example


Text Example

White with #096172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096172; }

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

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

background-color css

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

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

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

border-color css

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

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

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