#026876

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

Shades of Blue Lagoon #026876

Tints of Blue Lagoon #026876

Color information

#026876 (or 0x026876) is unknown color: approx Blue Lagoon. HEX triplet: 02, 68 and 76. RGB value is (2,104,118). Sum of RGB (Red+Green+Blue) = 2+104+118=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #026876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026876 is #FD9789. Grayscale: #4A4A4A. Windows color (decimal): -16619402 or 7759874. OLE color: 7759874.

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

Color convert

RGB2104118-
CMYK0.980.1200.54
HSL187.24º96.67%23.53%-
HSV(B)187.24º98.31%46.27%-
XYZ8.2511.2218.87-
YUV75.1152.2175.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 104 (41.02% from 255) = 46.43%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=0.89%
G=46.43%
B=52.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21041180.980.1200.54187.2496.6723.53
Hex2687662C036bb6118
Octal21501661421406627314130
Binary101101000111011011000101100011011010111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026876; }

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

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

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

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

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

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

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

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