#095A6F

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

Shades of Blue Lagoon #095A6F

Tints of Blue Lagoon #095A6F

Color information

#095A6F (or 0x095A6F) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5A and 6F. RGB value is (9,90,111). Sum of RGB (Red+Green+Blue) = 9+90+111=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #095A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A6F is #F6A590. Grayscale: #444444. Windows color (decimal): -16164241 or 7297545. OLE color: 7297545.

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

Color convert

RGB990111-
CMYK0.920.1900.56
HSL192.35º85%23.53%-
HSV(B)192.35º91.89%43.53%-
XYZ6.648.5216.33-
YUV68.18152.1685.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.29%
GREEN value IS 90 (35.55% from 255) = 42.86%
BLUE value IS 111 (43.75% from 255) = 52.86%
R=4.29%
G=42.86%
B=52.86%

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
Decimal9901110.920.1900.56192.358523.53
Hex95A6F5C13038c05518
Octal111321571342307030012530
Binary100110110101101111101110010011011100011000000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,90,111); }

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

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

 a { background-color: rgb(9,90,111); }

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

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

 span { border-color: rgb(9,90,111); }

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