#026979

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

Shades of Blue Lagoon #026979

Tints of Blue Lagoon #026979

Color information

#026979 (or 0x026979) is unknown color: approx Blue Lagoon. HEX triplet: 02, 69 and 79. RGB value is (2,105,121). Sum of RGB (Red+Green+Blue) = 2+105+121=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #026979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026979 is #FD9686. Grayscale: #4B4B4B. Windows color (decimal): -16619143 or 7956738. OLE color: 7956738.

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

Color convert

RGB2105121-
CMYK0.980.1300.53
HSL188.07º96.75%24.12%-
HSV(B)188.07º98.35%47.45%-
XYZ8.5311.519.86-
YUV76.03153.3875.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 105 (41.41% from 255) = 46.05%
BLUE value IS 121 (47.66% from 255) = 53.07%
R=0.88%
G=46.05%
B=53.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21051210.980.1300.53188.0796.7524.12
Hex2697962D035bc6118
Octal21511711421506527414130
Binary101101001111100111000101101011010110111100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026979; }

 p { color: rgb(2,105,121); }

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

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

 a { background-color: rgb(2,105,121); }

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

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

 span { border-color: rgb(2,105,121); }

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