#096271

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

Shades of Blue Lagoon #096271

Tints of Blue Lagoon #096271

Color information

#096271 (or 0x096271) is unknown color: approx Blue Lagoon. HEX triplet: 09, 62 and 71. RGB value is (9,98,113). Sum of RGB (Red+Green+Blue) = 9+98+113=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #096271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096271 is #F69D8E. Grayscale: #484848. Windows color (decimal): -16162191 or 7430665. OLE color: 7430665.

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

Color convert

RGB998113-
CMYK0.920.1300.56
HSL188.65º85.25%23.92%-
HSV(B)188.65º92.04%44.31%-
XYZ7.469.9917.16-
YUV73.1150.5182.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.09%
GREEN value IS 98 (38.67% from 255) = 44.55%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=4.09%
G=44.55%
B=51.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9981130.920.1300.56188.6585.2523.92
Hex962715CD038bd5518
Octal111421611341507027512530
Binary10011100010111000110111001101011100010111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096271; }

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

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

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

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

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

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

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

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