#02596F

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

Shades of Blue Lagoon #02596F

Tints of Blue Lagoon #02596F

Color information

#02596F (or 0x02596F) is unknown color: approx Blue Lagoon. HEX triplet: 02, 59 and 6F. RGB value is (2,89,111). Sum of RGB (Red+Green+Blue) = 2+89+111=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #02596F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02596F is #FDA690. Grayscale: #414141. Windows color (decimal): -16623249 or 7297282. OLE color: 7297282.

HSL color Cylindrical-coordinate representation of color #02596F: hue angle of 192.11º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02596F is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB289111-
CMYK0.980.2000.56
HSL192.11º96.46%22.16%-
HSV(B)192.11º98.2%43.53%-
XYZ6.478.3116.3-
YUV65.49153.6882.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 89 (35.16% from 255) = 44.06%
BLUE value IS 111 (43.75% from 255) = 54.95%
R=0.99%
G=44.06%
B=54.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2891110.980.2000.56192.1196.4622.16
Hex2596F6214038c06016
Octal21311571422407030014026
Binary1010110011101111110001010100011100011000000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02596F; }

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

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

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

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

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

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

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

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