#095A6E

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

Shades of Blue Lagoon #095A6E

Tints of Blue Lagoon #095A6E

Color information

#095A6E (or 0x095A6E) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5A and 6E. RGB value is (9,90,110). Sum of RGB (Red+Green+Blue) = 9+90+110=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #095A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A6E is #F6A591. Grayscale: #434343. Windows color (decimal): -16164242 or 7232009. OLE color: 7232009.

HSL color Cylindrical-coordinate representation of color #095A6E: hue angle of 191.88º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095A6E is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB990110-
CMYK0.920.1800.57
HSL191.88º84.87%23.33%-
HSV(B)191.88º91.82%43.14%-
XYZ6.588.516.04-
YUV68.06151.6685.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=4.31%
G=43.06%
B=52.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9901100.920.1800.57191.8884.8723.33
Hex95A6E5C12039c05517
Octal111321561342207130012527
Binary100110110101101110101110010010011100111000000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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