#02505B

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

Shades of Sherpa Blue #02505B

Tints of Sherpa Blue #02505B

Color information

#02505B (or 0x02505B) is unknown color: approx Sherpa Blue. HEX triplet: 02, 50 and 5B. RGB value is (2,80,91). Sum of RGB (Red+Green+Blue) = 2+80+91=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #02505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02505B is #FDAFA4. Grayscale: #393939. Windows color (decimal): -16625573 or 5984258. OLE color: 5984258.

HSL color Cylindrical-coordinate representation of color #02505B: hue angle of 187.42º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02505B is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB28091-
CMYK0.980.1200.64
HSL187.42º95.7%18.24%-
HSV(B)187.42º97.8%35.69%-
XYZ4.786.5110.9-
YUV57.93146.6688.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 80 (31.64% from 255) = 46.24%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=1.16%
G=46.24%
B=52.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal280910.980.1200.64187.4295.718.24
Hex2505B62C040bb6012
Octal212013314214010027314022
Binary1010100001011011110001011000100000010111011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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