#016489

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

Shades of Blue Lagoon #016489

Tints of Blue Lagoon #016489

Color information

#016489 (or 0x016489) is unknown color: approx Blue Lagoon. HEX triplet: 01, 64 and 89. RGB value is (1,100,137). Sum of RGB (Red+Green+Blue) = 1+100+137=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #016489 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016489 is #FE9B76. Grayscale: #4A4A4A. Windows color (decimal): -16685943 or 9004033. OLE color: 9004033.

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

Color convert

RGB1100137-
CMYK0.990.2700.46
HSL196.32º98.55%27.06%-
HSV(B)196.32º99.27%53.73%-
XYZ9.0910.9325.3-
YUV74.62163.275.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 137 (53.91% from 255) = 57.56%
R=0.42%
G=42.02%
B=57.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11001370.990.2700.46196.3298.5527.06
Hex16489631B02Ec4631b
Octal11442111433305630414333
Binary1110010010001001110001111011010111011000100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016489; }

 p { color: rgb(1,100,137); }

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

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

 a { background-color: rgb(1,100,137); }

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

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

 span { border-color: rgb(1,100,137); }

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