#095C7C

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

Shades of Blue Lagoon #095C7C

Tints of Blue Lagoon #095C7C

Color information

#095C7C (or 0x095C7C) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5C and 7C. RGB value is (9,92,124). Sum of RGB (Red+Green+Blue) = 9+92+124=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #095C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095C7C is #F6A383. Grayscale: #464646. Windows color (decimal): -16163716 or 8150025. OLE color: 8150025.

HSL color Cylindrical-coordinate representation of color #095C7C: hue angle of 196.7º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095C7C is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB992124-
CMYK0.930.2600.51
HSL196.7º86.47%26.08%-
HSV(B)196.7º92.74%48.63%-
XYZ7.589.1720.44-
YUV70.8315883.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4%
GREEN value IS 92 (36.33% from 255) = 40.89%
BLUE value IS 124 (48.83% from 255) = 55.11%
R=4%
G=40.89%
B=55.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9921240.930.2600.51196.786.4726.08
Hex95C7C5D1A033c5561a
Octal111341741353206330512632
Binary100110111001111100101110111010011001111000101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,92,124); }

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

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

 a { background-color: rgb(9,92,124); }

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

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

 span { border-color: rgb(9,92,124); }

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