#026573

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

Shades of Blue Lagoon #026573

Tints of Blue Lagoon #026573

Color information

#026573 (or 0x026573) is unknown color: approx Blue Lagoon. HEX triplet: 02, 65 and 73. RGB value is (2,101,115). Sum of RGB (Red+Green+Blue) = 2+101+115=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #026573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026573 is #FD9A8C. Grayscale: #484848. Windows color (decimal): -16620173 or 7562498. OLE color: 7562498.

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

Color convert

RGB2101115-
CMYK0.980.1200.55
HSL187.43º96.58%22.94%-
HSV(B)187.43º98.26%45.1%-
XYZ7.7710.5617.85-
YUV73151.777.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 101 (39.84% from 255) = 46.33%
BLUE value IS 115 (45.31% from 255) = 52.75%
R=0.92%
G=46.33%
B=52.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21011150.980.1200.55187.4396.5822.94
Hex2657362C037bb6117
Octal21451631421406727314127
Binary101100101111001111000101100011011110111011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026573; }

 p { color: rgb(2,101,115); }

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

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

 a { background-color: rgb(2,101,115); }

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

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

 span { border-color: rgb(2,101,115); }

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