#016989

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

Shades of Blue Lagoon #016989

Tints of Blue Lagoon #016989

Color information

#016989 (or 0x016989) is unknown color: approx Blue Lagoon. HEX triplet: 01, 69 and 89. RGB value is (1,105,137). Sum of RGB (Red+Green+Blue) = 1+105+137=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #016989 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016989 is #FE9676. Grayscale: #4D4D4D. Windows color (decimal): -16684663 or 9005313. OLE color: 9005313.

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

Color convert

RGB1105137-
CMYK0.990.2300.46
HSL194.12º98.55%27.06%-
HSV(B)194.12º99.27%53.73%-
XYZ9.5811.9225.46-
YUV77.55161.5473.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 137 (53.91% from 255) = 56.38%
R=0.41%
G=43.21%
B=56.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11051370.990.2300.46194.1298.5527.06
Hex16989631702Ec2631b
Octal11512111432705630214333
Binary1110100110001001110001110111010111011000010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016989; }

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

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

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

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

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

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

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

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