#025A78

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

Shades of Blue Lagoon #025A78

Tints of Blue Lagoon #025A78

Color information

#025A78 (or 0x025A78) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5A and 78. RGB value is (2,90,120). Sum of RGB (Red+Green+Blue) = 2+90+120=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #025A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A78 is #FDA587. Grayscale: #424242. Windows color (decimal): -16622984 or 7887362. OLE color: 7887362.

HSL color Cylindrical-coordinate representation of color #025A78: hue angle of 195.25º 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 #025A78 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB290120-
CMYK0.980.2500.53
HSL195.25º96.72%23.92%-
HSV(B)195.25º98.33%47.06%-
XYZ7.078.6819.07-
YUV67.11157.8581.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 90 (35.55% from 255) = 42.45%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=0.94%
G=42.45%
B=56.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2901200.980.2500.53195.2596.7223.92
Hex25A786219035c36118
Octal21321701423106530314130
Binary1010110101111000110001011001011010111000011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025A78; }

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

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

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

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

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

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

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

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