#02465B

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

Shades of Sherpa Blue #02465B

Tints of Sherpa Blue #02465B

Color information

#02465B (or 0x02465B) is unknown color: approx Sherpa Blue. HEX triplet: 02, 46 and 5B. RGB value is (2,70,91). Sum of RGB (Red+Green+Blue) = 2+70+91=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #02465B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02465B is #FDB9A4. Grayscale: #333333. Windows color (decimal): -16628133 or 5981698. OLE color: 5981698.

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

Color convert

RGB27091-
CMYK0.980.2300.64
HSL194.16º95.7%18.24%-
HSV(B)194.16º97.8%35.69%-
XYZ4.15.1510.68-
YUV52.06149.9792.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 91 (35.94% from 255) = 55.83%
R=1.23%
G=42.94%
B=55.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal270910.980.2300.64194.1695.718.24
Hex2465B6217040c26012
Octal210613314227010030214022
Binary10100011010110111100010101110100000011000010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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