#026071

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

Shades of Blue Lagoon #026071

Tints of Blue Lagoon #026071

Color information

#026071 (or 0x026071) is unknown color: approx Blue Lagoon. HEX triplet: 02, 60 and 71. RGB value is (2,96,113). Sum of RGB (Red+Green+Blue) = 2+96+113=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #026071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026071 is #FD9F8E. Grayscale: #454545. Windows color (decimal): -16621455 or 7430146. OLE color: 7430146.

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

Color convert

RGB296113-
CMYK0.980.1500.56
HSL189.19º96.52%22.55%-
HSV(B)189.19º98.23%44.31%-
XYZ7.199.5717.09-
YUV69.83152.3679.62-

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.50%
BLUE value IS 113 (44.53% from 255) = 53.55%
R=0.95%
G=45.50%
B=53.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2961130.980.1500.56189.1996.5222.55
Hex2607162F038bd6117
Octal21401611421707027514127
Binary101100000111000111000101111011100010111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026071; }

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

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

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

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

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

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

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

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