#095262

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

Shades of Blue Lagoon #095262

Tints of Blue Lagoon #095262

Color information

#095262 (or 0x095262) is unknown color: approx Blue Lagoon. HEX triplet: 09, 52 and 62. RGB value is (9,82,98). Sum of RGB (Red+Green+Blue) = 9+82+98=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #095262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095262 is #F6AD9D. Grayscale: #3D3D3D. Windows color (decimal): -16166302 or 6443529. OLE color: 6443529.

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

Color convert

RGB98298-
CMYK0.910.1600.62
HSL190.79º83.18%20.98%-
HSV(B)190.79º90.82%38.43%-
XYZ5.336.9712.62-
YUV62148.3290.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.76%
GREEN value IS 82 (32.42% from 255) = 43.39%
BLUE value IS 98 (38.67% from 255) = 51.85%
R=4.76%
G=43.39%
B=51.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal982980.910.1600.62190.7983.1820.98
Hex952625B1003Ebf5315
Octal111221421332007627712325
Binary100110100101100010101101110000011111010111111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095262; }

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

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

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

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

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

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

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

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