#016273

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

Shades of Blue Lagoon #016273

Tints of Blue Lagoon #016273

Color information

#016273 (or 0x016273) is unknown color: approx Blue Lagoon. HEX triplet: 01, 62 and 73. RGB value is (1,98,115). Sum of RGB (Red+Green+Blue) = 1+98+115=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #016273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016273 is #FE9D8C. Grayscale: #464646. Windows color (decimal): -16686477 or 7561729. OLE color: 7561729.

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

Color convert

RGB198115-
CMYK0.990.1500.55
HSL188.95º98.28%22.75%-
HSV(B)188.95º99.13%45.1%-
XYZ7.479.9817.75-
YUV70.94152.8678.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 98 (38.67% from 255) = 45.79%
BLUE value IS 115 (45.31% from 255) = 53.74%
R=0.47%
G=45.79%
B=53.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1981150.990.1500.55188.9598.2822.75
Hex1627363F037bd6217
Octal11421631431706727514227
Binary11100010111001111000111111011011110111101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016273; }

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

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

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

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

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

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

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

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