#015768

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

Shades of Blue Lagoon #015768

Tints of Blue Lagoon #015768

Color information

#015768 (or 0x015768) is unknown color: approx Blue Lagoon. HEX triplet: 01, 57 and 68. RGB value is (1,87,104). Sum of RGB (Red+Green+Blue) = 1+87+104=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #015768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015768 is #FEA897. Grayscale: #3F3F3F. Windows color (decimal): -16689304 or 6838017. OLE color: 6838017.

HSL color Cylindrical-coordinate representation of color #015768: hue angle of 189.9º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015768 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB187104-
CMYK0.990.1600.59
HSL189.9º98.1%20.59%-
HSV(B)189.9º99.04%40.78%-
XYZ5.927.8214.29-
YUV63.22151.0183.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 87 (34.38% from 255) = 45.31%
BLUE value IS 104 (41.02% from 255) = 54.17%
R=0.52%
G=45.31%
B=54.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1871040.990.1600.59189.998.120.59
Hex15768631003Bbe6215
Octal11271501432007327614225
Binary110101111101000110001110000011101110111110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015768; }

 p { color: rgb(1,87,104); }

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

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

 a { background-color: rgb(1,87,104); }

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

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

 span { border-color: rgb(1,87,104); }

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