#095368

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

Shades of Blue Lagoon #095368

Tints of Blue Lagoon #095368

Color information

#095368 (or 0x095368) is unknown color: approx Blue Lagoon. HEX triplet: 09, 53 and 68. RGB value is (9,83,104). Sum of RGB (Red+Green+Blue) = 9+83+104=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #095368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095368 is #F6AC97. Grayscale: #3F3F3F. Windows color (decimal): -16166040 or 6837001. OLE color: 6837001.

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

Color convert

RGB983104-
CMYK0.910.2000.59
HSL193.26º84.07%22.16%-
HSV(B)193.26º91.35%40.78%-
XYZ5.77.2414.19-
YUV63.27150.9889.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 104 (41.02% from 255) = 53.06%
R=4.59%
G=42.35%
B=53.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9831040.910.2000.59193.2684.0722.16
Hex953685B1403Bc15416
Octal111231501332407330112426
Binary100110100111101000101101110100011101111000001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095368; }

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

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

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

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

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

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

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

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