#026787

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

Shades of Blue Lagoon #026787

Tints of Blue Lagoon #026787

Color information

#026787 (or 0x026787) is unknown color: approx Blue Lagoon. HEX triplet: 02, 67 and 87. RGB value is (2,103,135). Sum of RGB (Red+Green+Blue) = 2+103+135=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #026787 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026787 is #FD9878. Grayscale: #4C4C4C. Windows color (decimal): -16619641 or 8873730. OLE color: 8873730.

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

Color convert

RGB2103135-
CMYK0.990.2400.47
HSL194.44º97.08%26.86%-
HSV(B)194.44º98.52%52.94%-
XYZ9.2511.4624.65-
YUV76.45161.0474.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 103 (40.62% from 255) = 42.92%
BLUE value IS 135 (53.12% from 255) = 56.25%
R=0.83%
G=42.92%
B=56.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21031350.990.2400.47194.4497.0826.86
Hex26787631802Fc2611b
Octal21472071433005730214133
Binary10110011110000111110001111000010111111000010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026787; }

 p { color: rgb(2,103,135); }

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

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

 a { background-color: rgb(2,103,135); }

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

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

 span { border-color: rgb(2,103,135); }

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