#026D7C

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

Shades of Blue Lagoon #026D7C

Tints of Blue Lagoon #026D7C

Color information

#026D7C (or 0x026D7C) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6D and 7C. RGB value is (2,109,124). Sum of RGB (Red+Green+Blue) = 2+109+124=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #026D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026D7C is #FD9283. Grayscale: #4E4E4E. Windows color (decimal): -16618116 or 8154370. OLE color: 8154370.

HSL color Cylindrical-coordinate representation of color #026D7C: hue angle of 187.38º 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 #026D7C is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2109124-
CMYK0.980.1200.51
HSL187.38º96.83%24.71%-
HSV(B)187.38º98.39%48.63%-
XYZ9.1312.4120.98-
YUV78.72153.5573.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 109 (42.97% from 255) = 46.38%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=0.85%
G=46.38%
B=52.77%

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
Decimal21091240.980.1200.51187.3896.8324.71
Hex26D7C62C033bb6119
Octal21551741421406327314131
Binary101101101111110011000101100011001110111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,109,124); }

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

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

 a { background-color: rgb(2,109,124); }

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

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

 span { border-color: rgb(2,109,124); }

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