#016786

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

Shades of Blue Lagoon #016786

Tints of Blue Lagoon #016786

Color information

#016786 (or 0x016786) is unknown color: approx Blue Lagoon. HEX triplet: 01, 67 and 86. RGB value is (1,103,134). Sum of RGB (Red+Green+Blue) = 1+103+134=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #016786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016786 is #FE9879. Grayscale: #4B4B4B. Windows color (decimal): -16685178 or 8808193. OLE color: 8808193.

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

Color convert

RGB1103134-
CMYK0.990.2300.47
HSL193.98º98.52%26.47%-
HSV(B)193.98º99.25%52.55%-
XYZ9.1711.4324.28-
YUV76.04160.7174.48-

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.28%
BLUE value IS 134 (52.73% from 255) = 56.30%
R=0.42%
G=43.28%
B=56.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11031340.990.2300.47193.9898.5226.47
Hex16786631702Fc2631a
Octal11472061432705730214332
Binary1110011110000110110001110111010111111000010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016786; }

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

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

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

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

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

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

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

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