#095C71

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

Shades of Blue Lagoon #095C71

Tints of Blue Lagoon #095C71

Color information

#095C71 (or 0x095C71) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5C and 71. RGB value is (9,92,113). Sum of RGB (Red+Green+Blue) = 9+92+113=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #095C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095C71 is #F6A38E. Grayscale: #454545. Windows color (decimal): -16163727 or 7429129. OLE color: 7429129.

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

Color convert

RGB992113-
CMYK0.920.1900.56
HSL192.12º85.25%23.92%-
HSV(B)192.12º92.04%44.31%-
XYZ6.928.916.98-
YUV69.58152.584.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 92 (36.33% from 255) = 42.99%
BLUE value IS 113 (44.53% from 255) = 52.80%
R=4.21%
G=42.99%
B=52.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9921130.920.1900.56192.1285.2523.92
Hex95C715C13038c05518
Octal111341611342307030012530
Binary100110111001110001101110010011011100011000000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095C71; }

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

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

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

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

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

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

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

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