#025C7B

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

Shades of Blue Lagoon #025C7B

Tints of Blue Lagoon #025C7B

Color information

#025C7B (or 0x025C7B) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5C and 7B. RGB value is (2,92,123). Sum of RGB (Red+Green+Blue) = 2+92+123=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #025C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025C7B is #FDA384. Grayscale: #444444. Windows color (decimal): -16622469 or 8084482. OLE color: 8084482.

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

Color convert

RGB292123-
CMYK0.980.2500.52
HSL195.37º96.8%24.51%-
HSV(B)195.37º98.37%48.24%-
XYZ7.439.120.1-
YUV68.62158.6880.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 92 (36.33% from 255) = 42.40%
BLUE value IS 123 (48.44% from 255) = 56.68%
R=0.92%
G=42.40%
B=56.68%

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
Decimal2921230.980.2500.52195.3796.824.51
Hex25C7B6219034c36119
Octal21341731423106430314131
Binary1010111001111011110001011001011010011000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,92,123); }

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

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

 a { background-color: rgb(2,92,123); }

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

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

 span { border-color: rgb(2,92,123); }

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