#096171

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

Shades of Blue Lagoon #096171

Tints of Blue Lagoon #096171

Color information

#096171 (or 0x096171) is unknown color: approx Blue Lagoon. HEX triplet: 09, 61 and 71. RGB value is (9,97,113). Sum of RGB (Red+Green+Blue) = 9+97+113=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #096171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096171 is #F69E8E. Grayscale: #484848. Windows color (decimal): -16162447 or 7430409. OLE color: 7430409.

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

Color convert

RGB997113-
CMYK0.920.1400.56
HSL189.23º85.25%23.92%-
HSV(B)189.23º92.04%44.31%-
XYZ7.379.817.13-
YUV72.51150.8582.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.11%
GREEN value IS 97 (38.28% from 255) = 44.29%
BLUE value IS 113 (44.53% from 255) = 51.60%
R=4.11%
G=44.29%
B=51.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9971130.920.1400.56189.2385.2523.92
Hex961715CE038bd5518
Octal111411611341607027512530
Binary10011100001111000110111001110011100010111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096171; }

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

 H1.HeaderClassName
 {
   color: #096171;
 }
 .AnyTagClassName
 {
   color: #096171;
 }
</style>
background-color css

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

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

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

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

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

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