#096572

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

Shades of Blue Lagoon #096572

Tints of Blue Lagoon #096572

Color information

#096572 (or 0x096572) is unknown color: approx Blue Lagoon. HEX triplet: 09, 65 and 72. RGB value is (9,101,114). Sum of RGB (Red+Green+Blue) = 9+101+114=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #096572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096572 is #F69A8D. Grayscale: #4A4A4A. Windows color (decimal): -16161422 or 7496969. OLE color: 7496969.

HSL color Cylindrical-coordinate representation of color #096572: hue angle of 187.43º 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 #096572 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9101114-
CMYK0.920.1100.55
HSL187.43º85.37%24.12%-
HSV(B)187.43º92.11%44.71%-
XYZ7.810.5817.55-
YUV74.97150.0280.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.02%
GREEN value IS 101 (39.84% from 255) = 45.09%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=4.02%
G=45.09%
B=50.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91011140.920.1100.55187.4385.3724.12
Hex965725CB037bb5518
Octal111451621341306727312530
Binary10011100101111001010111001011011011110111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096572; }

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

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

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

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

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

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

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

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