#026972

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

Shades of Blue Lagoon #026972

Tints of Blue Lagoon #026972

Color information

#026972 (or 0x026972) is unknown color: approx Blue Lagoon. HEX triplet: 02, 69 and 72. RGB value is (2,105,114). Sum of RGB (Red+Green+Blue) = 2+105+114=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #026972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026972 is #FD968D. Grayscale: #4B4B4B. Windows color (decimal): -16619150 or 7497986. OLE color: 7497986.

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

Color convert

RGB2105114-
CMYK0.980.0800.55
HSL184.82º96.55%22.75%-
HSV(B)184.82º98.25%44.71%-
XYZ8.1111.3317.68-
YUV75.23149.8875.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 105 (41.41% from 255) = 47.51%
BLUE value IS 114 (44.92% from 255) = 51.58%
R=0.90%
G=47.51%
B=51.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21051140.980.0800.55184.8296.5522.75
Hex26972628037b96117
Octal21511621421006727114127
Binary101101001111001011000101000011011110111001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026972; }

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

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

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

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

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

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

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

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