#095A63

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

Shades of Blue Lagoon #095A63

Tints of Blue Lagoon #095A63

Color information

#095A63 (or 0x095A63) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5A and 63. RGB value is (9,90,99). Sum of RGB (Red+Green+Blue) = 9+90+99=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #095A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A63 is #F6A59C. Grayscale: #424242. Windows color (decimal): -16164253 or 6511113. OLE color: 6511113.

HSL color Cylindrical-coordinate representation of color #095A63: hue angle of 186º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095A63 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB99099-
CMYK0.910.0900.61
HSL186º83.33%21.18%-
HSV(B)186º90.91%38.82%-
XYZ6.028.2713.08-
YUV66.81146.1686.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.55%
GREEN value IS 90 (35.55% from 255) = 45.45%
BLUE value IS 99 (39.06% from 255) = 50%
R=4.55%
G=45.45%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal990990.910.0900.6118683.3321.18
Hex95A635B903Dba5315
Octal111321431331107527212325
Binary10011011010110001110110111001011110110111010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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