#02404D

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

Shades of Sherpa Blue #02404D

Tints of Sherpa Blue #02404D

Color information

#02404D (or 0x02404D) is unknown color: approx Sherpa Blue. HEX triplet: 02, 40 and 4D. RGB value is (2,64,77). Sum of RGB (Red+Green+Blue) = 2+64+77=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #02404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02404D is #FDBFB2. Grayscale: #2E2E2E. Windows color (decimal): -16629683 or 5062658. OLE color: 5062658.

HSL color Cylindrical-coordinate representation of color #02404D: hue angle of 190.4º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02404D is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB26477-
CMYK0.970.1700.70
HSL190.4º94.94%15.49%-
HSV(B)190.4º97.4%30.2%-
XYZ3.24.227.67-
YUV46.94144.9695.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.40%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 77 (30.47% from 255) = 53.85%
R=1.40%
G=44.76%
B=53.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal264770.970.1700.70190.494.9415.49
Hex2404D6111046be5ff
Octal210011514121010627613717
Binary1010000001001101110000110001010001101011111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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