#095271

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

Shades of Blue Lagoon #095271

Tints of Blue Lagoon #095271

Color information

#095271 (or 0x095271) is unknown color: approx Blue Lagoon. HEX triplet: 09, 52 and 71. RGB value is (9,82,113). Sum of RGB (Red+Green+Blue) = 9+82+113=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #095271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095271 is #F6AD8E. Grayscale: #3F3F3F. Windows color (decimal): -16166287 or 7426569. OLE color: 7426569.

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

Color convert

RGB982113-
CMYK0.920.2700.56
HSL197.88º85.25%23.92%-
HSV(B)197.88º92.04%44.31%-
XYZ6.117.2816.71-
YUV63.71155.8288.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.41%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 113 (44.53% from 255) = 55.39%
R=4.41%
G=40.20%
B=55.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9821130.920.2700.56197.8885.2523.92
Hex952715C1B038c65518
Octal111221611343307030612530
Binary100110100101110001101110011011011100011000110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095271; }

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

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

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

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

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

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

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

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