#096070

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

Shades of Blue Lagoon #096070

Tints of Blue Lagoon #096070

Color information

#096070 (or 0x096070) is unknown color: approx Blue Lagoon. HEX triplet: 09, 60 and 70. RGB value is (9,96,112). Sum of RGB (Red+Green+Blue) = 9+96+112=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #096070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096070 is #F69F8F. Grayscale: #474747. Windows color (decimal): -16162704 or 7364617. OLE color: 7364617.

HSL color Cylindrical-coordinate representation of color #096070: hue angle of 189.32º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096070 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB996112-
CMYK0.920.1400.56
HSL189.32º85.12%23.73%-
HSV(B)189.32º91.96%43.92%-
XYZ7.229.5916.8-
YUV71.81150.6883.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.15%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 112 (44.14% from 255) = 51.61%
R=4.15%
G=44.24%
B=51.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9961120.920.1400.56189.3285.1223.73
Hex960705CE038bd5518
Octal111401601341607027512530
Binary10011100000111000010111001110011100010111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096070; }

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

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

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

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

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

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

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

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