#016373

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

Shades of Blue Lagoon #016373

Tints of Blue Lagoon #016373

Color information

#016373 (or 0x016373) is unknown color: approx Blue Lagoon. HEX triplet: 01, 63 and 73. RGB value is (1,99,115). Sum of RGB (Red+Green+Blue) = 1+99+115=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #016373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016373 is #FE9C8C. Grayscale: #474747. Windows color (decimal): -16686221 or 7561985. OLE color: 7561985.

HSL color Cylindrical-coordinate representation of color #016373: hue angle of 188.42º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016373 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB199115-
CMYK0.990.1400.55
HSL188.42º98.28%22.75%-
HSV(B)188.42º99.13%45.1%-
XYZ7.5710.1717.78-
YUV71.52152.5377.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 99 (39.06% from 255) = 46.05%
BLUE value IS 115 (45.31% from 255) = 53.49%
R=0.47%
G=46.05%
B=53.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1991150.990.1400.55188.4298.2822.75
Hex1637363E037bc6217
Octal11431631431606727414227
Binary11100011111001111000111110011011110111100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016373; }

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

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

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

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

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

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

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

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