#016888

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

Shades of Blue Lagoon #016888

Tints of Blue Lagoon #016888

Color information

#016888 (or 0x016888) is unknown color: approx Blue Lagoon. HEX triplet: 01, 68 and 88. RGB value is (1,104,136). Sum of RGB (Red+Green+Blue) = 1+104+136=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #016888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016888 is #FE9777. Grayscale: #4C4C4C. Windows color (decimal): -16684920 or 8939521. OLE color: 8939521.

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

Color convert

RGB1104136-
CMYK0.990.2400.47
HSL194.22º98.54%26.86%-
HSV(B)194.22º99.26%53.33%-
XYZ9.4111.6825.05-
YUV76.85161.3873.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 136 (53.52% from 255) = 56.43%
R=0.41%
G=43.15%
B=56.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11041360.990.2400.47194.2298.5426.86
Hex16888631802Fc2631b
Octal11502101433005730214333
Binary1110100010001000110001111000010111111000010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016888; }

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

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

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

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

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

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

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

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