#025271

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

Shades of Blue Lagoon #025271

Tints of Blue Lagoon #025271

Color information

#025271 (or 0x025271) is unknown color: approx Blue Lagoon. HEX triplet: 02, 52 and 71. RGB value is (2,82,113). Sum of RGB (Red+Green+Blue) = 2+82+113=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #025271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025271 is #FDAD8E. Grayscale: #3D3D3D. Windows color (decimal): -16625039 or 7426562. OLE color: 7426562.

HSL color Cylindrical-coordinate representation of color #025271: hue angle of 196.76º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025271 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB282113-
CMYK0.980.2700.56
HSL196.76º96.52%22.55%-
HSV(B)196.76º98.23%44.31%-
XYZ6.027.2416.7-
YUV61.6115785.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 113 (44.53% from 255) = 57.36%
R=1.02%
G=41.62%
B=57.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2821130.980.2700.56196.7696.5222.55
Hex25271621B038c56117
Octal21221611423307030514127
Binary1010100101110001110001011011011100011000101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025271; }

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

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

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

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

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

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

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

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