#095366

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

Shades of Blue Lagoon #095366

Tints of Blue Lagoon #095366

Color information

#095366 (or 0x095366) is unknown color: approx Blue Lagoon. HEX triplet: 09, 53 and 66. RGB value is (9,83,102). Sum of RGB (Red+Green+Blue) = 9+83+102=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #095366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095366 is #F6AC99. Grayscale: #3E3E3E. Windows color (decimal): -16166042 or 6705929. OLE color: 6705929.

HSL color Cylindrical-coordinate representation of color #095366: hue angle of 192.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095366 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB983102-
CMYK0.910.1900.6
HSL192.26º83.78%21.76%-
HSV(B)192.26º91.18%40%-
XYZ5.67.213.67-
YUV63.04149.9889.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.64%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 102 (40.23% from 255) = 52.58%
R=4.64%
G=42.78%
B=52.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9831020.910.1900.6192.2683.7821.76
Hex953665B1303Cc05416
Octal111231461332307430012426
Binary100110100111100110101101110011011110011000000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095366; }

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

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

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

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

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

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

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

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