#096172

Color #096172 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #096172

Tints of Blue Lagoon #096172

Color information

#096172 (or 0x096172) is unknown color: approx 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

RGB997114-
CMYK0.920.1500.55
HSL189.71º85.37%24.12%-
HSV(B)189.71º92.11%44.71%-
XYZ7.429.8217.42-
YUV72.63151.3582.62-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9971140.920.1500.55189.7185.3724.12
Hex961725CF037be5518
Octal111411621341706727612530
Binary10011100001111001010111001111011011110111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>