#02465E

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

Shades of Sherpa Blue #02465E

Tints of Sherpa Blue #02465E

Color information

#02465E (or 0x02465E) is unknown color: approx Sherpa Blue. HEX triplet: 02, 46 and 5E. RGB value is (2,70,94). Sum of RGB (Red+Green+Blue) = 2+70+94=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #02465E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02465E is #FDB9A1. Grayscale: #343434. Windows color (decimal): -16628130 or 6178306. OLE color: 6178306.

HSL color Cylindrical-coordinate representation of color #02465E: hue angle of 195.65º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02465E is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB27094-
CMYK0.980.2600.63
HSL195.65º95.83%18.82%-
HSV(B)195.65º97.87%36.86%-
XYZ4.245.211.37-
YUV52.4151.4792.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 94 (37.11% from 255) = 56.63%
R=1.20%
G=42.17%
B=56.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal270940.980.2600.63195.6595.8318.82
Hex2465E621A03Fc46013
Octal21061361423207730414023
Binary1010001101011110110001011010011111111000100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02465E; }

 p { color: rgb(2,70,94); }

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

<style>
 a { background-color: #02465E; }

 a { background-color: rgb(2,70,94); }

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

<style>
 span { border-color: #02465E; }

 span { border-color: rgb(2,70,94); }

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