#095363

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

Shades of Blue Lagoon #095363

Tints of Blue Lagoon #095363

Color information

#095363 (or 0x095363) is unknown color: approx Blue Lagoon. HEX triplet: 09, 53 and 63. RGB value is (9,83,99). Sum of RGB (Red+Green+Blue) = 9+83+99=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #095363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095363 is #F6AC9C. Grayscale: #3E3E3E. Windows color (decimal): -16166045 or 6509321. OLE color: 6509321.

HSL color Cylindrical-coordinate representation of color #095363: hue angle of 190.67º 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 #095363 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB98399-
CMYK0.910.1600.61
HSL190.67º83.33%21.18%-
HSV(B)190.67º90.91%38.82%-
XYZ5.467.1512.9-
YUV62.7148.4889.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.71%
GREEN value IS 83 (32.81% from 255) = 43.46%
BLUE value IS 99 (39.06% from 255) = 51.83%
R=4.71%
G=43.46%
B=51.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal983990.910.1600.61190.6783.3321.18
Hex953635B1003Dbf5315
Octal111231431332007527712325
Binary100110100111100011101101110000011110110111111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095363; }

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

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

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

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

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

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

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

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