#025F7F

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

Shades of Blue Lagoon #025F7F

Tints of Blue Lagoon #025F7F

Color information

#025F7F (or 0x025F7F) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5F and 7F. RGB value is (2,95,127). Sum of RGB (Red+Green+Blue) = 2+95+127=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #025F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025F7F is #FDA080. Grayscale: #464646. Windows color (decimal): -16621697 or 8347394. OLE color: 8347394.

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

Color convert

RGB295127-
CMYK0.980.2500.50
HSL195.36º96.9%25.29%-
HSV(B)195.36º98.43%49.8%-
XYZ7.959.7321.54-
YUV70.84159.6978.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 95 (37.5% from 255) = 42.41%
BLUE value IS 127 (50% from 255) = 56.70%
R=0.89%
G=42.41%
B=56.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2951270.980.2500.50195.3696.925.29
Hex25F7F6219032c36119
Octal21371771423106230314131
Binary1010111111111111110001011001011001011000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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