#02506F

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

Shades of Blue Lagoon #02506F

Tints of Blue Lagoon #02506F

Color information

#02506F (or 0x02506F) is unknown color: approx Blue Lagoon. HEX triplet: 02, 50 and 6F. RGB value is (2,80,111). Sum of RGB (Red+Green+Blue) = 2+80+111=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #02506F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02506F is #FDAF90. Grayscale: #3C3C3C. Windows color (decimal): -16625553 or 7294978. OLE color: 7294978.

HSL color Cylindrical-coordinate representation of color #02506F: hue angle of 197.06º 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 #02506F is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB280111-
CMYK0.980.2800.56
HSL197.06º96.46%22.16%-
HSV(B)197.06º98.2%43.53%-
XYZ5.766.916.07-
YUV60.21156.6686.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 111 (43.75% from 255) = 57.51%
R=1.04%
G=41.45%
B=57.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2801110.980.2800.56197.0696.4622.16
Hex2506F621C038c56016
Octal21201571423407030514026
Binary1010100001101111110001011100011100011000101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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