#015975

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

Shades of Blue Lagoon #015975

Tints of Blue Lagoon #015975

Color information

#015975 (or 0x015975) is unknown color: approx Blue Lagoon. HEX triplet: 01, 59 and 75. RGB value is (1,89,117). Sum of RGB (Red+Green+Blue) = 1+89+117=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #015975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015975 is #FEA68A. Grayscale: #414141. Windows color (decimal): -16688779 or 7690497. OLE color: 7690497.

HSL color Cylindrical-coordinate representation of color #015975: hue angle of 194.48º 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 #015975 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB189117-
CMYK0.990.2400.54
HSL194.48º98.31%23.14%-
HSV(B)194.48º99.15%45.88%-
XYZ6.88.4418.1-
YUV65.88156.8581.72-

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) = 43.00%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=0.48%
G=43.00%
B=56.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1891170.990.2400.54194.4898.3123.14
Hex159756318036c26217
Octal11311651433006630214227
Binary110110011110101110001111000011011011000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015975; }

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

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

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

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

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

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

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

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