#026A7B

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

Shades of Blue Lagoon #026A7B

Tints of Blue Lagoon #026A7B

Color information

#026A7B (or 0x026A7B) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6A and 7B. RGB value is (2,106,123). Sum of RGB (Red+Green+Blue) = 2+106+123=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 106 (41.80% from 255 or 45.89% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #026A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A7B is #FD9584. Grayscale: #4C4C4C. Windows color (decimal): -16618885 or 8088066. OLE color: 8088066.

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

Color convert

RGB2106123-
CMYK0.980.1400.52
HSL188.43º96.8%24.51%-
HSV(B)188.43º98.37%48.24%-
XYZ8.7511.7520.55-
YUV76.84154.0474.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 106 (41.80% from 255) = 45.89%
BLUE value IS 123 (48.44% from 255) = 53.25%
R=0.87%
G=45.89%
B=53.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21061230.980.1400.52188.4396.824.51
Hex26A7B62E034bc6119
Octal21521731421606427414131
Binary101101010111101111000101110011010010111100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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