#026B7C

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

Shades of Blue Lagoon #026B7C

Tints of Blue Lagoon #026B7C

Color information

#026B7C (or 0x026B7C) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6B and 7C. RGB value is (2,107,124). Sum of RGB (Red+Green+Blue) = 2+107+124=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #026B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026B7C is #FD9483. Grayscale: #4D4D4D. Windows color (decimal): -16618628 or 8153858. OLE color: 8153858.

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

Color convert

RGB2107124-
CMYK0.980.1400.51
HSL188.36º96.83%24.71%-
HSV(B)188.36º98.39%48.63%-
XYZ8.9211.9820.91-
YUV77.54154.2174.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 107 (42.19% from 255) = 45.92%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=0.86%
G=45.92%
B=53.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21071240.980.1400.51188.3696.8324.71
Hex26B7C62E033bc6119
Octal21531741421606327414131
Binary101101011111110011000101110011001110111100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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