#016469

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

Shades of Blue Lagoon #016469

Tints of Blue Lagoon #016469

Color information

#016469 (or 0x016469) is unknown color: approx Blue Lagoon. HEX triplet: 01, 64 and 69. RGB value is (1,100,105). Sum of RGB (Red+Green+Blue) = 1+100+105=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #016469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016469 is #FE9B96. Grayscale: #464646. Windows color (decimal): -16685975 or 6906881. OLE color: 6906881.

HSL color Cylindrical-coordinate representation of color #016469: hue angle of 182.88º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016469 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1100105-
CMYK0.990.0500.59
HSL182.88º98.11%20.78%-
HSV(B)182.88º99.05%41.18%-
XYZ7.1210.1414.95-
YUV70.97147.278.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 100 (39.45% from 255) = 48.54%
BLUE value IS 105 (41.41% from 255) = 50.97%
R=0.49%
G=48.54%
B=50.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11001050.990.0500.59182.8898.1120.78
Hex1646963503Bb76215
Octal1144151143507326714225
Binary1110010011010011100011101011101110110111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016469; }

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

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

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

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

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

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

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

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