#025B7A

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

Shades of Blue Lagoon #025B7A

Tints of Blue Lagoon #025B7A

Color information

#025B7A (or 0x025B7A) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5B and 7A. RGB value is (2,91,122). Sum of RGB (Red+Green+Blue) = 2+91+122=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #025B7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025B7A is #FDA485. Grayscale: #434343. Windows color (decimal): -16622726 or 8018690. OLE color: 8018690.

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

Color convert

RGB291122-
CMYK0.980.2500.52
HSL195.5º96.77%24.31%-
HSV(B)195.5º98.36%47.84%-
XYZ7.288.919.75-
YUV67.92158.5180.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 91 (35.94% from 255) = 42.33%
BLUE value IS 122 (48.05% from 255) = 56.74%
R=0.93%
G=42.33%
B=56.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2911220.980.2500.52195.596.7724.31
Hex25B7A6219034c46118
Octal21331721423106430414130
Binary1010110111111010110001011001011010011000100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,91,122); }

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

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

 a { background-color: rgb(2,91,122); }

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

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

 span { border-color: rgb(2,91,122); }

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