#095665

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

Shades of Blue Lagoon #095665

Tints of Blue Lagoon #095665

Color information

#095665 (or 0x095665) is unknown color: approx Blue Lagoon. HEX triplet: 09, 56 and 65. RGB value is (9,86,101). Sum of RGB (Red+Green+Blue) = 9+86+101=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #095665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095665 is #F6A99A. Grayscale: #404040. Windows color (decimal): -16165275 or 6641161. OLE color: 6641161.

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

Color convert

RGB986101-
CMYK0.910.1500.60
HSL189.78º83.64%21.57%-
HSV(B)189.78º91.09%39.61%-
XYZ5.797.6513.48-
YUV64.69148.4988.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 86 (33.98% from 255) = 43.88%
BLUE value IS 101 (39.84% from 255) = 51.53%
R=4.59%
G=43.88%
B=51.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9861010.910.1500.60189.7883.6421.57
Hex956655BF03Cbe5416
Octal111261451331707427612426
Binary10011010110110010110110111111011110010111110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095665; }

 p { color: rgb(9,86,101); }

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

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

 a { background-color: rgb(9,86,101); }

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

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

 span { border-color: rgb(9,86,101); }

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