#02465D

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

Shades of Sherpa Blue #02465D

Tints of Sherpa Blue #02465D

Color information

#02465D (or 0x02465D) is unknown color: approx Sherpa Blue. HEX triplet: 02, 46 and 5D. RGB value is (2,70,93). Sum of RGB (Red+Green+Blue) = 2+70+93=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #02465D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02465D is #FDB9A2. Grayscale: #343434. Windows color (decimal): -16628131 or 6112770. OLE color: 6112770.

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

Color convert

RGB27093-
CMYK0.980.2500.64
HSL195.16º95.79%18.63%-
HSV(B)195.16º97.85%36.47%-
XYZ4.195.1811.14-
YUV52.29150.9792.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 70 (27.73% from 255) = 42.42%
BLUE value IS 93 (36.72% from 255) = 56.36%
R=1.21%
G=42.42%
B=56.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal270930.980.2500.64195.1695.7918.63
Hex2465D6219040c36013
Octal210613514231010030314023
Binary10100011010111011100010110010100000011000011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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