#026575

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

Shades of Blue Lagoon #026575

Tints of Blue Lagoon #026575

Color information

#026575 (or 0x026575) is unknown color: approx Blue Lagoon. HEX triplet: 02, 65 and 75. RGB value is (2,101,117). Sum of RGB (Red+Green+Blue) = 2+101+117=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #026575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026575 is #FD9A8A. Grayscale: #494949. Windows color (decimal): -16620171 or 7693570. OLE color: 7693570.

HSL color Cylindrical-coordinate representation of color #026575: hue angle of 188.35º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026575 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2101117-
CMYK0.980.1400.54
HSL188.35º96.64%23.33%-
HSV(B)188.35º98.29%45.88%-
XYZ7.8910.618.46-
YUV73.22152.777.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 101 (39.84% from 255) = 45.91%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=0.91%
G=45.91%
B=53.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21011170.980.1400.54188.3596.6423.33
Hex2657562E036bc6117
Octal21451651421606627414127
Binary101100101111010111000101110011011010111100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026575; }

 p { color: rgb(2,101,117); }

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

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

 a { background-color: rgb(2,101,117); }

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

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

 span { border-color: rgb(2,101,117); }

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