#025873

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

Shades of Blue Lagoon #025873

Tints of Blue Lagoon #025873

Color information

#025873 (or 0x025873) is unknown color: approx Blue Lagoon. HEX triplet: 02, 58 and 73. RGB value is (2,88,115). Sum of RGB (Red+Green+Blue) = 2+88+115=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #025873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025873 is #FDA78C. Grayscale: #414141. Windows color (decimal): -16623501 or 7559170. OLE color: 7559170.

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

Color convert

RGB288115-
CMYK0.980.2300.55
HSL194.34º96.58%22.94%-
HSV(B)194.34º98.26%45.1%-
XYZ6.618.2317.46-
YUV65.36156.0182.8-

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) = 42.93%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=0.98%
G=42.93%
B=56.10%

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
Decimal2881150.980.2300.55194.3496.5822.94
Hex258736217037c26117
Octal21301631422706730214127
Binary1010110001110011110001010111011011111000010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025873; }

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

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

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

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

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

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

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

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