#016282

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

Shades of Blue Lagoon #016282

Tints of Blue Lagoon #016282

Color information

#016282 (or 0x016282) is unknown color: approx Blue Lagoon. HEX triplet: 01, 62 and 82. RGB value is (1,98,130). Sum of RGB (Red+Green+Blue) = 1+98+130=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #016282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016282 is #FE9D7D. Grayscale: #484848. Windows color (decimal): -16686462 or 8544769. OLE color: 8544769.

HSL color Cylindrical-coordinate representation of color #016282: hue angle of 194.88º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016282 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB198130-
CMYK0.990.2500.49
HSL194.88º98.47%25.69%-
HSV(B)194.88º99.23%50.98%-
XYZ8.4110.3522.67-
YUV72.64160.3676.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 98 (38.67% from 255) = 42.79%
BLUE value IS 130 (51.17% from 255) = 56.77%
R=0.44%
G=42.79%
B=56.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1981300.990.2500.49194.8898.4725.69
Hex162826319031c3621a
Octal11422021433106130314232
Binary1110001010000010110001111001011000111000011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016282; }

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

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

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

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

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

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

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

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