#015976

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

Shades of Blue Lagoon #015976

Tints of Blue Lagoon #015976

Color information

#015976 (or 0x015976) is unknown color: approx Blue Lagoon. HEX triplet: 01, 59 and 76. RGB value is (1,89,118). Sum of RGB (Red+Green+Blue) = 1+89+118=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #015976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015976 is #FEA689. Grayscale: #414141. Windows color (decimal): -16688778 or 7756033. OLE color: 7756033.

HSL color Cylindrical-coordinate representation of color #015976: hue angle of 194.87º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015976 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB189118-
CMYK0.990.2500.54
HSL194.87º98.32%23.33%-
HSV(B)194.87º99.15%46.27%-
XYZ6.858.4618.41-
YUV65.99157.3581.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 89 (35.16% from 255) = 42.79%
BLUE value IS 118 (46.48% from 255) = 56.73%
R=0.48%
G=42.79%
B=56.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1891180.990.2500.54194.8798.3223.33
Hex159766319036c36217
Octal11311661433106630314227
Binary110110011110110110001111001011011011000011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015976; }

 p { color: rgb(1,89,118); }

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

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

 a { background-color: rgb(1,89,118); }

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

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

 span { border-color: rgb(1,89,118); }

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