#016787

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

Shades of Blue Lagoon #016787

Tints of Blue Lagoon #016787

Color information

#016787 (or 0x016787) is unknown color: approx Blue Lagoon. HEX triplet: 01, 67 and 87. RGB value is (1,103,135). Sum of RGB (Red+Green+Blue) = 1+103+135=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #016787 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016787 is #FE9878. Grayscale: #4B4B4B. Windows color (decimal): -16685177 or 8873729. OLE color: 8873729.

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

Color convert

RGB1103135-
CMYK0.990.2400.47
HSL194.33º98.53%26.67%-
HSV(B)194.33º99.26%52.94%-
XYZ9.2411.4624.65-
YUV76.15161.2174.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 103 (40.62% from 255) = 43.10%
BLUE value IS 135 (53.12% from 255) = 56.49%
R=0.42%
G=43.10%
B=56.49%

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
Decimal11031350.990.2400.47194.3398.5326.67
Hex16787631802Fc2631b
Octal11472071433005730214333
Binary1110011110000111110001111000010111111000010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016787; }

 p { color: rgb(1,103,135); }

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

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

 a { background-color: rgb(1,103,135); }

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

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

 span { border-color: rgb(1,103,135); }

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