#02505D

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

Shades of Sherpa Blue #02505D

Tints of Sherpa Blue #02505D

Color information

#02505D (or 0x02505D) is unknown color: approx Sherpa Blue. HEX triplet: 02, 50 and 5D. RGB value is (2,80,93). Sum of RGB (Red+Green+Blue) = 2+80+93=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #02505D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02505D is #FDAFA2. Grayscale: #3A3A3A. Windows color (decimal): -16625571 or 6115330. OLE color: 6115330.

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

Color convert

RGB28093-
CMYK0.980.1400.64
HSL188.57º95.79%18.63%-
HSV(B)188.57º97.85%36.47%-
XYZ4.876.5411.36-
YUV58.16147.6687.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 93 (36.72% from 255) = 53.14%
R=1.14%
G=45.71%
B=53.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal280930.980.1400.64188.5795.7918.63
Hex2505D62E040bd6013
Octal212013514216010027514023
Binary1010100001011101110001011100100000010111101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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