#025273

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

Shades of Blue Lagoon #025273

Tints of Blue Lagoon #025273

Color information

#025273 (or 0x025273) is unknown color: approx Blue Lagoon. HEX triplet: 02, 52 and 73. RGB value is (2,82,115). Sum of RGB (Red+Green+Blue) = 2+82+115=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #025273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025273 is #FDAD8C. Grayscale: #3D3D3D. Windows color (decimal): -16625037 or 7557634. OLE color: 7557634.

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

Color convert

RGB282115-
CMYK0.980.2900.55
HSL197.52º96.58%22.94%-
HSV(B)197.52º98.26%45.1%-
XYZ6.147.2917.3-
YUV61.8415885.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 115 (45.31% from 255) = 57.79%
R=1.01%
G=41.21%
B=57.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2821150.980.2900.55197.5296.5822.94
Hex25273621D037c66117
Octal21221631423506730614127
Binary1010100101110011110001011101011011111000110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025273; }

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

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

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

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

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

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

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

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