#026681

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

Shades of Blue Lagoon #026681

Tints of Blue Lagoon #026681

Color information

#026681 (or 0x026681) is unknown color: approx Blue Lagoon. HEX triplet: 02, 66 and 81. RGB value is (2,102,129). Sum of RGB (Red+Green+Blue) = 2+102+129=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #026681 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026681 is #FD997E. Grayscale: #4A4A4A. Windows color (decimal): -16619903 or 8480258. OLE color: 8480258.

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

Color convert

RGB2102129-
CMYK0.980.2100.49
HSL192.76º96.95%25.69%-
HSV(B)192.76º98.45%50.59%-
XYZ8.7411.122.45-
YUV75.18158.3775.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 102 (40.23% from 255) = 43.78%
BLUE value IS 129 (50.78% from 255) = 55.36%
R=0.86%
G=43.78%
B=55.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21021290.980.2100.49192.7696.9525.69
Hex266816215031c1611a
Octal21462011422506130114132
Binary10110011010000001110001010101011000111000001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026681; }

 p { color: rgb(2,102,129); }

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

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

 a { background-color: rgb(2,102,129); }

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

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

 span { border-color: rgb(2,102,129); }

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