#016369

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

Shades of Blue Lagoon #016369

Tints of Blue Lagoon #016369

Color information

#016369 (or 0x016369) is unknown color: approx Blue Lagoon. HEX triplet: 01, 63 and 69. RGB value is (1,99,105). Sum of RGB (Red+Green+Blue) = 1+99+105=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #016369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016369 is #FE9C96. Grayscale: #464646. Windows color (decimal): -16686231 or 6906625. OLE color: 6906625.

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

Color convert

RGB199105-
CMYK0.990.0600.59
HSL183.46º98.11%20.78%-
HSV(B)183.46º99.05%41.18%-
XYZ7.029.9514.91-
YUV70.38147.5378.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 99 (39.06% from 255) = 48.29%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=0.49%
G=48.29%
B=51.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1991050.990.0600.59183.4698.1120.78
Hex1636963603Bb76215
Octal1143151143607326714225
Binary1110001111010011100011110011101110110111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016369; }

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

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

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

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

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

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

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

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