#095265

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

Shades of Blue Lagoon #095265

Tints of Blue Lagoon #095265

Color information

#095265 (or 0x095265) is unknown color: approx Blue Lagoon. HEX triplet: 09, 52 and 65. RGB value is (9,82,101). Sum of RGB (Red+Green+Blue) = 9+82+101=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #095265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095265 is #F6AD9A. Grayscale: #3E3E3E. Windows color (decimal): -16166299 or 6640137. OLE color: 6640137.

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

Color convert

RGB982101-
CMYK0.910.1900.60
HSL192.39º83.64%21.57%-
HSV(B)192.39º91.09%39.61%-
XYZ5.487.0313.38-
YUV62.34149.8289.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.69%
GREEN value IS 82 (32.42% from 255) = 42.71%
BLUE value IS 101 (39.84% from 255) = 52.60%
R=4.69%
G=42.71%
B=52.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9821010.910.1900.60192.3983.6421.57
Hex952655B1303Cc05416
Octal111221451332307430012426
Binary100110100101100101101101110011011110011000000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095265; }

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

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

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

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

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

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

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

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