#015663

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

Shades of Blue Lagoon #015663

Tints of Blue Lagoon #015663

Color information

#015663 (or 0x015663) is unknown color: approx Blue Lagoon. HEX triplet: 01, 56 and 63. RGB value is (1,86,99). Sum of RGB (Red+Green+Blue) = 1+86+99=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #015663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015663 is #FEA99C. Grayscale: #3D3D3D. Windows color (decimal): -16689565 or 6510081. OLE color: 6510081.

HSL color Cylindrical-coordinate representation of color #015663: hue angle of 187.96º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015663 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB18699-
CMYK0.990.1300.61
HSL187.96º98%19.61%-
HSV(B)187.96º98.99%38.82%-
XYZ5.597.5612.97-
YUV62.07148.8484.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 86 (33.98% from 255) = 46.24%
BLUE value IS 99 (39.06% from 255) = 53.23%
R=0.54%
G=46.24%
B=53.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal186990.990.1300.61187.969819.61
Hex1566363D03Dbc6214
Octal11261431431507527414224
Binary11010110110001111000111101011110110111100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015663; }

 p { color: rgb(1,86,99); }

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

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

 a { background-color: rgb(1,86,99); }

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

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

 span { border-color: rgb(1,86,99); }

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