#096371

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

Shades of Blue Lagoon #096371

Tints of Blue Lagoon #096371

Color information

#096371 (or 0x096371) is unknown color: approx Blue Lagoon. HEX triplet: 09, 63 and 71. RGB value is (9,99,113). Sum of RGB (Red+Green+Blue) = 9+99+113=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #096371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096371 is #F69C8E. Grayscale: #494949. Windows color (decimal): -16161935 or 7430921. OLE color: 7430921.

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

Color convert

RGB999113-
CMYK0.920.1200.56
HSL188.08º85.25%23.92%-
HSV(B)188.08º92.04%44.31%-
XYZ7.5610.1717.19-
YUV73.69150.1881.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 99 (39.06% from 255) = 44.80%
BLUE value IS 113 (44.53% from 255) = 51.13%
R=4.07%
G=44.80%
B=51.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9991130.920.1200.56188.0885.2523.92
Hex963715CC038bc5518
Octal111431611341407027412530
Binary10011100011111000110111001100011100010111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096371; }

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

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

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

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

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

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

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

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