#096075

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

Shades of Blue Lagoon #096075

Tints of Blue Lagoon #096075

Color information

#096075 (or 0x096075) is unknown color: approx Blue Lagoon. HEX triplet: 09, 60 and 75. RGB value is (9,96,117). Sum of RGB (Red+Green+Blue) = 9+96+117=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #096075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096075 is #F69F8A. Grayscale: #484848. Windows color (decimal): -16162699 or 7692297. OLE color: 7692297.

HSL color Cylindrical-coordinate representation of color #096075: hue angle of 191.67º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096075 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB996117-
CMYK0.920.1800.54
HSL191.67º85.71%24.71%-
HSV(B)191.67º92.31%45.88%-
XYZ7.519.7118.31-
YUV72.38153.1882.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.05%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=4.05%
G=43.24%
B=52.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9961170.920.1800.54191.6785.7124.71
Hex960755C12036c05619
Octal111401651342206630012631
Binary100111000001110101101110010010011011011000000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096075; }

 p { color: rgb(9,96,117); }

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

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

 a { background-color: rgb(9,96,117); }

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

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

 span { border-color: rgb(9,96,117); }

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