#095065

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

Shades of Blue Lagoon #095065

Tints of Blue Lagoon #095065

Color information

#095065 (or 0x095065) is unknown color: approx Blue Lagoon. HEX triplet: 09, 50 and 65. RGB value is (9,80,101). Sum of RGB (Red+Green+Blue) = 9+80+101=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #095065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095065 is #F6AF9A. Grayscale: #3D3D3D. Windows color (decimal): -16166811 or 6639625. OLE color: 6639625.

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

Color convert

RGB980101-
CMYK0.910.2100.60
HSL193.7º83.64%21.57%-
HSV(B)193.7º91.09%39.61%-
XYZ5.336.7313.33-
YUV61.16150.4890.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.74%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 101 (39.84% from 255) = 53.16%
R=4.74%
G=42.11%
B=53.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9801010.910.2100.60193.783.6421.57
Hex950655B1503Cc25416
Octal111201451332507430212426
Binary100110100001100101101101110101011110011000010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095065; }

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

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

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

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

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

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

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

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