#02455E

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

Shades of Sherpa Blue #02455E

Tints of Sherpa Blue #02455E

Color information

#02455E (or 0x02455E) is unknown color: approx Sherpa Blue. HEX triplet: 02, 45 and 5E. RGB value is (2,69,94). Sum of RGB (Red+Green+Blue) = 2+69+94=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #02455E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02455E is #FDBAA1. Grayscale: #333333. Windows color (decimal): -16628386 or 6178050. OLE color: 6178050.

HSL color Cylindrical-coordinate representation of color #02455E: hue angle of 196.3º 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 #02455E is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB26994-
CMYK0.980.2700.63
HSL196.3º95.83%18.82%-
HSV(B)196.3º97.87%36.86%-
XYZ4.175.0811.35-
YUV51.82151.892.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 69 (27.34% from 255) = 41.82%
BLUE value IS 94 (37.11% from 255) = 56.97%
R=1.21%
G=41.82%
B=56.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal269940.980.2700.63196.395.8318.82
Hex2455E621B03Fc46013
Octal21051361423307730414023
Binary1010001011011110110001011011011111111000100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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