#025F7E

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

Shades of Blue Lagoon #025F7E

Tints of Blue Lagoon #025F7E

Color information

#025F7E (or 0x025F7E) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5F and 7E. RGB value is (2,95,126). Sum of RGB (Red+Green+Blue) = 2+95+126=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 126 (49.61% from 255 or 56.50% from 223); Max value from RGB is 126 - color contains mainly: blue. Hex color #025F7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025F7E is #FDA081. Grayscale: #464646. Windows color (decimal): -16621698 or 8281858. OLE color: 8281858.

HSL color Cylindrical-coordinate representation of color #025F7E: hue angle of 195º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025F7E is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB295126-
CMYK0.980.2500.51
HSL195º96.88%25.1%-
HSV(B)195º98.41%49.41%-
XYZ7.889.721.2-
YUV70.73159.1978.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 95 (37.5% from 255) = 42.60%
BLUE value IS 126 (49.61% from 255) = 56.50%
R=0.90%
G=42.60%
B=56.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2951260.980.2500.5119596.8825.1
Hex25F7E6219033c36119
Octal21371761423106330314131
Binary1010111111111110110001011001011001111000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,95,126); }

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

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

 a { background-color: rgb(2,95,126); }

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

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

 span { border-color: rgb(2,95,126); }

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