#095162

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

Shades of Blue Lagoon #095162

Tints of Blue Lagoon #095162

Color information

#095162 (or 0x095162) is unknown color: approx Blue Lagoon. HEX triplet: 09, 51 and 62. RGB value is (9,81,98). Sum of RGB (Red+Green+Blue) = 9+81+98=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #095162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095162 is #F6AE9D. Grayscale: #3D3D3D. Windows color (decimal): -16166558 or 6443273. OLE color: 6443273.

HSL color Cylindrical-coordinate representation of color #095162: hue angle of 191.46º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095162 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB98198-
CMYK0.910.1700.62
HSL191.46º83.18%20.98%-
HSV(B)191.46º90.82%38.43%-
XYZ5.266.8212.6-
YUV61.41148.6590.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.79%
GREEN value IS 81 (32.03% from 255) = 43.09%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=4.79%
G=43.09%
B=52.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal981980.910.1700.62191.4683.1820.98
Hex951625B1103Ebf5315
Octal111211421332107627712325
Binary100110100011100010101101110001011111010111111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095162; }

 p { color: rgb(9,81,98); }

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

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

 a { background-color: rgb(9,81,98); }

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

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

 span { border-color: rgb(9,81,98); }

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