#026687

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

Shades of Blue Lagoon #026687

Tints of Blue Lagoon #026687

Color information

#026687 (or 0x026687) is unknown color: approx Blue Lagoon. HEX triplet: 02, 66 and 87. RGB value is (2,102,135). Sum of RGB (Red+Green+Blue) = 2+102+135=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #026687 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026687 is #FD9978. Grayscale: #4B4B4B. Windows color (decimal): -16619897 or 8873474. OLE color: 8873474.

HSL color Cylindrical-coordinate representation of color #026687: hue angle of 194.89º 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 #026687 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2102135-
CMYK0.990.2400.47
HSL194.89º97.08%26.86%-
HSV(B)194.89º98.52%52.94%-
XYZ9.1511.2624.61-
YUV75.86161.3775.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 135 (53.12% from 255) = 56.49%
R=0.84%
G=42.68%
B=56.49%

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
Decimal21021350.990.2400.47194.8997.0826.86
Hex26687631802Fc3611b
Octal21462071433005730314133
Binary10110011010000111110001111000010111111000011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026687; }

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

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

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

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

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

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

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

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