#025872

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

Shades of Blue Lagoon #025872

Tints of Blue Lagoon #025872

Color information

#025872 (or 0x025872) is unknown color: approx Blue Lagoon. HEX triplet: 02, 58 and 72. RGB value is (2,88,114). Sum of RGB (Red+Green+Blue) = 2+88+114=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #025872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025872 is #FDA78D. Grayscale: #414141. Windows color (decimal): -16623502 or 7493634. OLE color: 7493634.

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

Color convert

RGB288114-
CMYK0.980.2300.55
HSL193.93º96.55%22.75%-
HSV(B)193.93º98.25%44.71%-
XYZ6.558.2117.16-
YUV65.25155.5182.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 88 (34.77% from 255) = 43.14%
BLUE value IS 114 (44.92% from 255) = 55.88%
R=0.98%
G=43.14%
B=55.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2881140.980.2300.55193.9396.5522.75
Hex258726217037c26117
Octal21301621422706730214127
Binary1010110001110010110001010111011011111000010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025872; }

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

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

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

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

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

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

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

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