#026570

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

Shades of Blue Lagoon #026570

Tints of Blue Lagoon #026570

Color information

#026570 (or 0x026570) is unknown color: approx Blue Lagoon. HEX triplet: 02, 65 and 70. RGB value is (2,101,112). Sum of RGB (Red+Green+Blue) = 2+101+112=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #026570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026570 is #FD9A8F. Grayscale: #484848. Windows color (decimal): -16620176 or 7365890. OLE color: 7365890.

HSL color Cylindrical-coordinate representation of color #026570: hue angle of 186º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026570 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2101112-
CMYK0.980.1000.56
HSL186º96.49%22.35%-
HSV(B)186º98.21%43.92%-
XYZ7.610.4916.95-
YUV72.65150.277.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 101 (39.84% from 255) = 46.98%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=0.93%
G=46.98%
B=52.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21011120.980.1000.5618696.4922.35
Hex2657062A038ba6016
Octal21451601421207027214026
Binary101100101111000011000101010011100010111010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026570; }

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

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

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

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

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

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

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

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