#026072

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

Shades of Blue Lagoon #026072

Tints of Blue Lagoon #026072

Color information

#026072 (or 0x026072) is unknown color: approx Blue Lagoon. HEX triplet: 02, 60 and 72. RGB value is (2,96,114). Sum of RGB (Red+Green+Blue) = 2+96+114=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #026072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026072 is #FD9F8D. Grayscale: #454545. Windows color (decimal): -16621454 or 7495682. OLE color: 7495682.

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

Color convert

RGB296114-
CMYK0.980.1600.55
HSL189.64º96.55%22.75%-
HSV(B)189.64º98.25%44.71%-
XYZ7.259.5917.39-
YUV69.95152.8679.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 114 (44.92% from 255) = 53.77%
R=0.94%
G=45.28%
B=53.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2961140.980.1600.55189.6496.5522.75
Hex260726210037be6117
Octal21401621422006727614127
Binary1011000001110010110001010000011011110111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026072; }

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

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

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

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

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

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

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

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