#02506B

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

Shades of Blue Lagoon #02506B

Tints of Blue Lagoon #02506B

Color information

#02506B (or 0x02506B) is unknown color: approx Blue Lagoon. HEX triplet: 02, 50 and 6B. RGB value is (2,80,107). Sum of RGB (Red+Green+Blue) = 2+80+107=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #02506B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02506B is #FDAF94. Grayscale: #3B3B3B. Windows color (decimal): -16625557 or 7032834. OLE color: 7032834.

HSL color Cylindrical-coordinate representation of color #02506B: hue angle of 195.43º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02506B is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB280107-
CMYK0.980.2500.58
HSL195.43º96.33%21.37%-
HSV(B)195.43º98.13%41.96%-
XYZ5.556.8114.93-
YUV59.76154.6686.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 80 (31.64% from 255) = 42.33%
BLUE value IS 107 (42.19% from 255) = 56.61%
R=1.06%
G=42.33%
B=56.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2801070.980.2500.58195.4396.3321.37
Hex2506B621903Ac36015
Octal21201531423107230314025
Binary1010100001101011110001011001011101011000011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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