#096078

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

Shades of Blue Lagoon #096078

Tints of Blue Lagoon #096078

Color information

#096078 (or 0x096078) is unknown color: approx Blue Lagoon. HEX triplet: 09, 60 and 78. RGB value is (9,96,120). Sum of RGB (Red+Green+Blue) = 9+96+120=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #096078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096078 is #F69F87. Grayscale: #484848. Windows color (decimal): -16162696 or 7888905. OLE color: 7888905.

HSL color Cylindrical-coordinate representation of color #096078: hue angle of 192.97º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096078 is Cyan = 0.92, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB996120-
CMYK0.920.200.53
HSL192.97º86.05%25.29%-
HSV(B)192.97º92.5%47.06%-
XYZ7.699.7819.25-
YUV72.72154.6882.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=4%
G=42.67%
B=53.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9961200.920.200.53192.9786.0525.29
Hex960785C14035c15619
Octal111401701342406530112631
Binary100111000001111000101110010100011010111000001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096078; }

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

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

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

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

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

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

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

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