#016382

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

Shades of Blue Lagoon #016382

Tints of Blue Lagoon #016382

Color information

#016382 (or 0x016382) is unknown color: approx Blue Lagoon. HEX triplet: 01, 63 and 82. RGB value is (1,99,130). Sum of RGB (Red+Green+Blue) = 1+99+130=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #016382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016382 is #FE9C7D. Grayscale: #494949. Windows color (decimal): -16686206 or 8545025. OLE color: 8545025.

HSL color Cylindrical-coordinate representation of color #016382: hue angle of 194.42º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016382 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB199130-
CMYK0.990.2400.49
HSL194.42º98.47%25.69%-
HSV(B)194.42º99.23%50.98%-
XYZ8.510.5422.71-
YUV73.23160.0376.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 130 (51.17% from 255) = 56.52%
R=0.43%
G=43.04%
B=56.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1991300.990.2400.49194.4298.4725.69
Hex163826318031c2621a
Octal11432021433006130214232
Binary1110001110000010110001111000011000111000010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016382; }

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

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

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

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

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

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

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

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