#02515A

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

Shades of Sherpa Blue #02515A

Tints of Sherpa Blue #02515A

Color information

#02515A (or 0x02515A) is unknown color: approx Sherpa Blue. HEX triplet: 02, 51 and 5A. RGB value is (2,81,90). Sum of RGB (Red+Green+Blue) = 2+81+90=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #02515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02515A is #FDAEA5. Grayscale: #3A3A3A. Windows color (decimal): -16625318 or 5918978. OLE color: 5918978.

HSL color Cylindrical-coordinate representation of color #02515A: hue angle of 186.14º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02515A is Cyan = 0.98, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB28190-
CMYK0.980.100.65
HSL186.14º95.65%18.04%-
HSV(B)186.14º97.78%35.29%-
XYZ4.816.6410.7-
YUV58.4145.8387.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 81 (32.03% from 255) = 46.82%
BLUE value IS 90 (35.55% from 255) = 52.02%
R=1.16%
G=46.82%
B=52.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal281900.980.100.65186.1495.6518.04
Hex2515A62A041ba6012
Octal212113214212010127214022
Binary1010100011011010110001010100100000110111010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02515A; }

 p { color: rgb(2,81,90); }

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

<style>
 a { background-color: #02515A; }

 a { background-color: rgb(2,81,90); }

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

<style>
 span { border-color: #02515A; }

 span { border-color: rgb(2,81,90); }

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