#095571

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

Shades of Blue Lagoon #095571

Tints of Blue Lagoon #095571

Color information

#095571 (or 0x095571) is unknown color: approx Blue Lagoon. HEX triplet: 09, 55 and 71. RGB value is (9,85,113). Sum of RGB (Red+Green+Blue) = 9+85+113=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #095571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095571 is #F6AA8E. Grayscale: #414141. Windows color (decimal): -16165519 or 7427337. OLE color: 7427337.

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

Color convert

RGB985113-
CMYK0.920.2500.56
HSL196.15º85.25%23.92%-
HSV(B)196.15º92.04%44.31%-
XYZ6.347.7516.78-
YUV65.47154.8287.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=4.35%
G=41.06%
B=54.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9851130.920.2500.56196.1585.2523.92
Hex955715C19038c45518
Octal111251611343107030412530
Binary100110101011110001101110011001011100011000100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095571; }

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

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

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

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

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

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

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

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