#025573

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

Shades of Blue Lagoon #025573

Tints of Blue Lagoon #025573

Color information

#025573 (or 0x025573) is unknown color: approx Blue Lagoon. HEX triplet: 02, 55 and 73. RGB value is (2,85,115). Sum of RGB (Red+Green+Blue) = 2+85+115=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #025573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025573 is #FDAA8C. Grayscale: #3F3F3F. Windows color (decimal): -16624269 or 7558402. OLE color: 7558402.

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

Color convert

RGB285115-
CMYK0.980.2600.55
HSL195.93º96.58%22.94%-
HSV(B)195.93º98.26%45.1%-
XYZ6.377.7517.38-
YUV63.615784.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 115 (45.31% from 255) = 56.93%
R=0.99%
G=42.08%
B=56.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2851150.980.2600.55195.9396.5822.94
Hex25573621A037c46117
Octal21251631423206730414127
Binary1010101011110011110001011010011011111000100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025573; }

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

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

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

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

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

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

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

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