#02415B

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

Shades of Sherpa Blue #02415B

Tints of Sherpa Blue #02415B

Color information

#02415B (or 0x02415B) is unknown color: approx Sherpa Blue. HEX triplet: 02, 41 and 5B. RGB value is (2,65,91). Sum of RGB (Red+Green+Blue) = 2+65+91=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #02415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02415B is #FDBEA4. Grayscale: #303030. Windows color (decimal): -16629413 or 5980418. OLE color: 5980418.

HSL color Cylindrical-coordinate representation of color #02415B: hue angle of 197.53º 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 #02415B is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB26591-
CMYK0.980.2900.64
HSL197.53º95.7%18.24%-
HSV(B)197.53º97.8%35.69%-
XYZ3.84.5510.58-
YUV49.13151.6394.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 65 (25.78% from 255) = 41.14%
BLUE value IS 91 (35.94% from 255) = 57.59%
R=1.27%
G=41.14%
B=57.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal265910.980.2900.64197.5395.718.24
Hex2415B621D040c66012
Octal210113314235010030614022
Binary10100000110110111100010111010100000011000110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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