#026878

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

Shades of Blue Lagoon #026878

Tints of Blue Lagoon #026878

Color information

#026878 (or 0x026878) is unknown color: approx Blue Lagoon. HEX triplet: 02, 68 and 78. RGB value is (2,104,120). Sum of RGB (Red+Green+Blue) = 2+104+120=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #026878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026878 is #FD9787. Grayscale: #4B4B4B. Windows color (decimal): -16619400 or 7890946. OLE color: 7890946.

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

Color convert

RGB2104120-
CMYK0.980.1300.53
HSL188.14º96.72%23.92%-
HSV(B)188.14º98.33%47.06%-
XYZ8.3711.2719.5-
YUV75.33153.2175.7-

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) = 46.02%
BLUE value IS 120 (47.27% from 255) = 53.10%
R=0.88%
G=46.02%
B=53.10%

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
Decimal21041200.980.1300.53188.1496.7223.92
Hex2687862D035bc6118
Octal21501701421506527414130
Binary101101000111100011000101101011010110111100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026878; }

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

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

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

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

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

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

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

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