#026E7D

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

Shades of Blue Lagoon #026E7D

Tints of Blue Lagoon #026E7D

Color information

#026E7D (or 0x026E7D) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6E and 7D. RGB value is (2,110,125). Sum of RGB (Red+Green+Blue) = 2+110+125=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 110 (43.36% from 255 or 46.41% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #026E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026E7D is #FD9182. Grayscale: #4F4F4F. Windows color (decimal): -16617859 or 8220162. OLE color: 8220162.

HSL color Cylindrical-coordinate representation of color #026E7D: hue angle of 187.32º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026E7D is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2110125-
CMYK0.980.1200.51
HSL187.32º96.85%24.9%-
HSV(B)187.32º98.4%49.02%-
XYZ9.312.6521.35-
YUV79.42153.7272.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 110 (43.36% from 255) = 46.41%
BLUE value IS 125 (49.22% from 255) = 52.74%
R=0.84%
G=46.41%
B=52.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21101250.980.1200.51187.3296.8524.9
Hex26E7D62C033bb6119
Octal21561751421406327314131
Binary101101110111110111000101100011001110111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026E7D; }

 p { color: rgb(2,110,125); }

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

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

 a { background-color: rgb(2,110,125); }

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

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

 span { border-color: rgb(2,110,125); }

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