#026070

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

Shades of Blue Lagoon #026070

Tints of Blue Lagoon #026070

Color information

#026070 (or 0x026070) is unknown color: approx Blue Lagoon. HEX triplet: 02, 60 and 70. RGB value is (2,96,112). Sum of RGB (Red+Green+Blue) = 2+96+112=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #026070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026070 is #FD9F8F. Grayscale: #454545. Windows color (decimal): -16621456 or 7364610. OLE color: 7364610.

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

Color convert

RGB296112-
CMYK0.980.1400.56
HSL188.73º96.49%22.35%-
HSV(B)188.73º98.21%43.92%-
XYZ7.139.5516.8-
YUV69.72151.8679.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 112 (44.14% from 255) = 53.33%
R=0.95%
G=45.71%
B=53.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2961120.980.1400.56188.7396.4922.35
Hex2607062E038bd6016
Octal21401601421607027514026
Binary101100000111000011000101110011100010111101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026070; }

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

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

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

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

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

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

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

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