#016578

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

Shades of Blue Lagoon #016578

Tints of Blue Lagoon #016578

Color information

#016578 (or 0x016578) is unknown color: approx Blue Lagoon. HEX triplet: 01, 65 and 78. RGB value is (1,101,120). Sum of RGB (Red+Green+Blue) = 1+101+120=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #016578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016578 is #FE9A87. Grayscale: #494949. Windows color (decimal): -16685704 or 7890177. OLE color: 7890177.

HSL color Cylindrical-coordinate representation of color #016578: hue angle of 189.58º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016578 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1101120-
CMYK0.990.1600.53
HSL189.58º98.35%23.73%-
HSV(B)189.58º99.17%47.06%-
XYZ8.0610.6719.4-
YUV73.27154.3776.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=0.45%
G=45.50%
B=54.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11011200.990.1600.53189.5898.3523.73
Hex165786310035be6218
Octal11451701432006527614230
Binary111001011111000110001110000011010110111110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016578; }

 p { color: rgb(1,101,120); }

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

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

 a { background-color: rgb(1,101,120); }

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

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

 span { border-color: rgb(1,101,120); }

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