#016368

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

Shades of Blue Lagoon #016368

Tints of Blue Lagoon #016368

Color information

#016368 (or 0x016368) is unknown color: approx Blue Lagoon. HEX triplet: 01, 63 and 68. RGB value is (1,99,104). Sum of RGB (Red+Green+Blue) = 1+99+104=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #016368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016368 is #FE9C97. Grayscale: #464646. Windows color (decimal): -16686232 or 6841089. OLE color: 6841089.

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

Color convert

RGB199104-
CMYK0.990.0500.59
HSL182.91º98.1%20.59%-
HSV(B)182.91º99.04%40.78%-
XYZ6.979.9314.65-
YUV70.27147.0378.59-

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.53%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=0.49%
G=48.53%
B=50.98%

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
Decimal1991040.990.0500.59182.9198.120.59
Hex1636863503Bb76215
Octal1143150143507326714225
Binary1110001111010001100011101011101110110111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016368; }

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

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

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

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

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

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

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

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