#026272

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

Shades of Blue Lagoon #026272

Tints of Blue Lagoon #026272

Color information

#026272 (or 0x026272) is unknown color: approx Blue Lagoon. HEX triplet: 02, 62 and 72. RGB value is (2,98,114). Sum of RGB (Red+Green+Blue) = 2+98+114=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #026272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026272 is #FD9D8D. Grayscale: #464646. Windows color (decimal): -16620942 or 7496194. OLE color: 7496194.

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

Color convert

RGB298114-
CMYK0.980.1400.55
HSL188.57º96.55%22.75%-
HSV(B)188.57º98.25%44.71%-
XYZ7.439.9617.45-
YUV71.12152.278.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 98 (38.67% from 255) = 45.79%
BLUE value IS 114 (44.92% from 255) = 53.27%
R=0.93%
G=45.79%
B=53.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2981140.980.1400.55188.5796.5522.75
Hex2627262E037bd6117
Octal21421621421606727514127
Binary101100010111001011000101110011011110111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026272; }

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

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

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

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

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

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

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

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