#016588

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

Shades of Blue Lagoon #016588

Tints of Blue Lagoon #016588

Color information

#016588 (or 0x016588) is unknown color: approx Blue Lagoon. HEX triplet: 01, 65 and 88. RGB value is (1,101,136). Sum of RGB (Red+Green+Blue) = 1+101+136=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #016588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016588 is #FE9A77. Grayscale: #4A4A4A. Windows color (decimal): -16685688 or 8938753. OLE color: 8938753.

HSL color Cylindrical-coordinate representation of color #016588: hue angle of 195.56º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016588 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1101136-
CMYK0.990.2600.47
HSL195.56º98.54%26.86%-
HSV(B)195.56º99.26%53.33%-
XYZ9.1111.0924.95-
YUV75.09162.3775.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 136 (53.52% from 255) = 57.14%
R=0.42%
G=42.44%
B=57.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11011360.990.2600.47195.5698.5426.86
Hex16588631A02Fc4631b
Octal11452101433205730414333
Binary1110010110001000110001111010010111111000100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016588; }

 p { color: rgb(1,101,136); }

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

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

 a { background-color: rgb(1,101,136); }

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

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

 span { border-color: rgb(1,101,136); }

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