#096872

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

Shades of Blue Lagoon #096872

Tints of Blue Lagoon #096872

Color information

#096872 (or 0x096872) is unknown color: approx Blue Lagoon. HEX triplet: 09, 68 and 72. RGB value is (9,104,114). Sum of RGB (Red+Green+Blue) = 9+104+114=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #096872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096872 is #F6978D. Grayscale: #4C4C4C. Windows color (decimal): -16160654 or 7497737. OLE color: 7497737.

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

Color convert

RGB9104114-
CMYK0.920.0900.55
HSL185.71º85.37%24.12%-
HSV(B)185.71º92.11%44.71%-
XYZ8.111.1717.65-
YUV76.74149.0379.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.96%
GREEN value IS 104 (41.02% from 255) = 45.81%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=3.96%
G=45.81%
B=50.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91041140.920.0900.55185.7185.3724.12
Hex968725C9037ba5518
Octal111501621341106727212530
Binary10011101000111001010111001001011011110111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096872; }

 p { color: rgb(9,104,114); }

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

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

 a { background-color: rgb(9,104,114); }

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

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

 span { border-color: rgb(9,104,114); }

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