#025974

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

Shades of Blue Lagoon #025974

Tints of Blue Lagoon #025974

Color information

#025974 (or 0x025974) is unknown color: approx Blue Lagoon. HEX triplet: 02, 59 and 74. RGB value is (2,89,116). Sum of RGB (Red+Green+Blue) = 2+89+116=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #025974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025974 is #FDA68B. Grayscale: #414141. Windows color (decimal): -16623244 or 7624962. OLE color: 7624962.

HSL color Cylindrical-coordinate representation of color #025974: hue angle of 194.21º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025974 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB289116-
CMYK0.980.2300.55
HSL194.21º96.61%23.14%-
HSV(B)194.21º98.28%45.49%-
XYZ6.758.4217.79-
YUV66.06156.1882.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 116 (45.70% from 255) = 56.04%
R=0.97%
G=43.00%
B=56.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2891160.980.2300.55194.2196.6123.14
Hex259746217037c26117
Octal21311641422706730214127
Binary1010110011110100110001010111011011111000010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025974; }

 p { color: rgb(2,89,116); }

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

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

 a { background-color: rgb(2,89,116); }

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

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

 span { border-color: rgb(2,89,116); }

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