#026877

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

Shades of Blue Lagoon #026877

Tints of Blue Lagoon #026877

Color information

#026877 (or 0x026877) is unknown color: approx Blue Lagoon. HEX triplet: 02, 68 and 77. RGB value is (2,104,119). Sum of RGB (Red+Green+Blue) = 2+104+119=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #026877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026877 is #FD9788. Grayscale: #4B4B4B. Windows color (decimal): -16619401 or 7825410. OLE color: 7825410.

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

Color convert

RGB2104119-
CMYK0.980.1300.53
HSL187.69º96.69%23.73%-
HSV(B)187.69º98.32%46.67%-
XYZ8.3111.2519.19-
YUV75.21152.7175.78-

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.22%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=0.89%
G=46.22%
B=52.89%

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
Decimal21041190.980.1300.53187.6996.6923.73
Hex2687762D035bc6118
Octal21501671421506527414130
Binary101101000111011111000101101011010110111100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026877; }

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

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

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

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

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

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

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

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