#095B72

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

Shades of Blue Lagoon #095B72

Tints of Blue Lagoon #095B72

Color information

#095B72 (or 0x095B72) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5B and 72. RGB value is (9,91,114). Sum of RGB (Red+Green+Blue) = 9+91+114=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #095B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B72 is #F6A48D. Grayscale: #444444. Windows color (decimal): -16163982 or 7494409. OLE color: 7494409.

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

Color convert

RGB991114-
CMYK0.920.2000.55
HSL193.14º85.37%24.12%-
HSV(B)193.14º92.11%44.71%-
XYZ6.898.7617.25-
YUV69.1153.3385.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 91 (35.94% from 255) = 42.52%
BLUE value IS 114 (44.92% from 255) = 53.27%
R=4.21%
G=42.52%
B=53.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9911140.920.2000.55193.1485.3724.12
Hex95B725C14037c15518
Octal111331621342406730112530
Binary100110110111110010101110010100011011111000001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095B72; }

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

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

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

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

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

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

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

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