#095263

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

Shades of Blue Lagoon #095263

Tints of Blue Lagoon #095263

Color information

#095263 (or 0x095263) is unknown color: approx Blue Lagoon. HEX triplet: 09, 52 and 63. RGB value is (9,82,99). Sum of RGB (Red+Green+Blue) = 9+82+99=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #095263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095263 is #F6AD9C. Grayscale: #3D3D3D. Windows color (decimal): -16166301 or 6509065. OLE color: 6509065.

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

Color convert

RGB98299-
CMYK0.910.1700.61
HSL191.33º83.33%21.18%-
HSV(B)191.33º90.91%38.82%-
XYZ5.386.9912.87-
YUV62.11148.8290.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.74%
GREEN value IS 82 (32.42% from 255) = 43.16%
BLUE value IS 99 (39.06% from 255) = 52.11%
R=4.74%
G=43.16%
B=52.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal982990.910.1700.61191.3383.3321.18
Hex952635B1103Dbf5315
Octal111221431332107527712325
Binary100110100101100011101101110001011110110111111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095263; }

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

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

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

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

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

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

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

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