#026D7B

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

Shades of Blue Lagoon #026D7B

Tints of Blue Lagoon #026D7B

Color information

#026D7B (or 0x026D7B) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6D and 7B. RGB value is (2,109,123). Sum of RGB (Red+Green+Blue) = 2+109+123=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #026D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026D7B is #FD9284. Grayscale: #4E4E4E. Windows color (decimal): -16618117 or 8088834. OLE color: 8088834.

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

Color convert

RGB2109123-
CMYK0.980.1100.52
HSL186.94º96.8%24.51%-
HSV(B)186.94º98.37%48.24%-
XYZ9.0712.3820.65-
YUV78.6153.0573.36-

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.58%
BLUE value IS 123 (48.44% from 255) = 52.56%
R=0.85%
G=46.58%
B=52.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21091230.980.1100.52186.9496.824.51
Hex26D7B62B034bb6119
Octal21551731421306427314131
Binary101101101111101111000101011011010010111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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