#026879

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

Shades of Blue Lagoon #026879

Tints of Blue Lagoon #026879

Color information

#026879 (or 0x026879) is unknown color: approx Blue Lagoon. HEX triplet: 02, 68 and 79. RGB value is (2,104,121). Sum of RGB (Red+Green+Blue) = 2+104+121=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #026879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026879 is #FD9786. Grayscale: #4B4B4B. Windows color (decimal): -16619399 or 7956482. OLE color: 7956482.

HSL color Cylindrical-coordinate representation of color #026879: hue angle of 188.57º 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 #026879 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2104121-
CMYK0.980.1400.53
HSL188.57º96.75%24.12%-
HSV(B)188.57º98.35%47.45%-
XYZ8.4311.2919.82-
YUV75.44153.7175.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 104 (41.02% from 255) = 45.81%
BLUE value IS 121 (47.66% from 255) = 53.30%
R=0.88%
G=45.81%
B=53.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21041210.980.1400.53188.5796.7524.12
Hex2687962E035bd6118
Octal21501711421606527514130
Binary101101000111100111000101110011010110111101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026879; }

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

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

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

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

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

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

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

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