#02405A

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

Shades of Sherpa Blue #02405A

Tints of Sherpa Blue #02405A

Color information

#02405A (or 0x02405A) is unknown color: approx Sherpa Blue. HEX triplet: 02, 40 and 5A. RGB value is (2,64,90). Sum of RGB (Red+Green+Blue) = 2+64+90=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #02405A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02405A is #FDBFA5. Grayscale: #303030. Windows color (decimal): -16629670 or 5914626. OLE color: 5914626.

HSL color Cylindrical-coordinate representation of color #02405A: hue angle of 197.73º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02405A is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB26490-
CMYK0.980.2900.65
HSL197.73º95.65%18.04%-
HSV(B)197.73º97.78%35.29%-
XYZ3.74.4210.33-
YUV48.43151.4694.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 64 (25.39% from 255) = 41.03%
BLUE value IS 90 (35.55% from 255) = 57.69%
R=1.28%
G=41.03%
B=57.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal264900.980.2900.65197.7395.6518.04
Hex2405A621D041c66012
Octal210013214235010130614022
Binary10100000010110101100010111010100000111000110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02405A; }

 p { color: rgb(2,64,90); }

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

<style>
 a { background-color: #02405A; }

 a { background-color: rgb(2,64,90); }

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

<style>
 span { border-color: #02405A; }

 span { border-color: rgb(2,64,90); }

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