#016068

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

Shades of Blue Lagoon #016068

Tints of Blue Lagoon #016068

Color information

#016068 (or 0x016068) is unknown color: approx Blue Lagoon. HEX triplet: 01, 60 and 68. RGB value is (1,96,104). Sum of RGB (Red+Green+Blue) = 1+96+104=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #016068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016068 is #FE9F97. Grayscale: #444444. Windows color (decimal): -16687000 or 6840321. OLE color: 6840321.

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

Color convert

RGB196104-
CMYK0.990.0800.59
HSL184.66º98.1%20.59%-
HSV(B)184.66º99.04%40.78%-
XYZ6.699.3714.55-
YUV68.51148.0379.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 96 (37.89% from 255) = 47.76%
BLUE value IS 104 (41.02% from 255) = 51.74%
R=0.50%
G=47.76%
B=51.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1961040.990.0800.59184.6698.120.59
Hex1606863803Bb96215
Octal11401501431007327114225
Binary11100000110100011000111000011101110111001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016068; }

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

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

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

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

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

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

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

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