#095672

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

Shades of Blue Lagoon #095672

Tints of Blue Lagoon #095672

Color information

#095672 (or 0x095672) is unknown color: approx Blue Lagoon. HEX triplet: 09, 56 and 72. RGB value is (9,86,114). Sum of RGB (Red+Green+Blue) = 9+86+114=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #095672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095672 is #F6A98D. Grayscale: #414141. Windows color (decimal): -16165262 or 7493129. OLE color: 7493129.

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

Color convert

RGB986114-
CMYK0.920.2500.55
HSL196º85.37%24.12%-
HSV(B)196º92.11%44.71%-
XYZ6.487.9317.11-
YUV66.17154.9987.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 86 (33.98% from 255) = 41.15%
BLUE value IS 114 (44.92% from 255) = 54.55%
R=4.31%
G=41.15%
B=54.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9861140.920.2500.5519685.3724.12
Hex956725C19037c45518
Octal111261621343106730412530
Binary100110101101110010101110011001011011111000100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095672; }

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

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

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

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

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

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

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

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