#02526E

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

Shades of Blue Lagoon #02526E

Tints of Blue Lagoon #02526E

Color information

#02526E (or 0x02526E) is unknown color: approx Blue Lagoon. HEX triplet: 02, 52 and 6E. RGB value is (2,82,110). Sum of RGB (Red+Green+Blue) = 2+82+110=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #02526E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02526E is #FDAD91. Grayscale: #3D3D3D. Windows color (decimal): -16625042 or 7229954. OLE color: 7229954.

HSL color Cylindrical-coordinate representation of color #02526E: hue angle of 195.56º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02526E is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB282110-
CMYK0.980.2500.57
HSL195.56º96.43%21.96%-
HSV(B)195.56º98.18%43.14%-
XYZ5.867.1715.83-
YUV61.27155.585.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 110 (43.36% from 255) = 56.70%
R=1.03%
G=42.27%
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.57
SystemRedGreenBlueCMYKHSL
Decimal2821100.980.2500.57195.5696.4321.96
Hex2526E6219039c46016
Octal21221561423107130414026
Binary1010100101101110110001011001011100111000100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02526E; }

 p { color: rgb(2,82,110); }

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

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

 a { background-color: rgb(2,82,110); }

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

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

 span { border-color: rgb(2,82,110); }

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