#025778

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

Shades of Blue Lagoon #025778

Tints of Blue Lagoon #025778

Color information

#025778 (or 0x025778) is unknown color: approx Blue Lagoon. HEX triplet: 02, 57 and 78. RGB value is (2,87,120). Sum of RGB (Red+Green+Blue) = 2+87+120=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #025778 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025778 is #FDA887. Grayscale: #414141. Windows color (decimal): -16623752 or 7886594. OLE color: 7886594.

HSL color Cylindrical-coordinate representation of color #025778: hue angle of 196.78º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025778 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB287120-
CMYK0.980.2800.53
HSL196.78º96.72%23.92%-
HSV(B)196.78º98.33%47.06%-
XYZ6.828.1918.99-
YUV65.35158.8482.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 87 (34.38% from 255) = 41.63%
BLUE value IS 120 (47.27% from 255) = 57.42%
R=0.96%
G=41.63%
B=57.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2871200.980.2800.53196.7896.7223.92
Hex25778621C035c56118
Octal21271701423406530514130
Binary1010101111111000110001011100011010111000101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025778; }

 p { color: rgb(2,87,120); }

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

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

 a { background-color: rgb(2,87,120); }

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

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

 span { border-color: rgb(2,87,120); }

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