#02404B

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

Shades of Sherpa Blue #02404B

Tints of Sherpa Blue #02404B

Color information

#02404B (or 0x02404B) is unknown color: approx Sherpa Blue. HEX triplet: 02, 40 and 4B. RGB value is (2,64,75). Sum of RGB (Red+Green+Blue) = 2+64+75=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #02404B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02404B is #FDBFB4. Grayscale: #2E2E2E. Windows color (decimal): -16629685 or 4931586. OLE color: 4931586.

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

Color convert

RGB26475-
CMYK0.970.1500.71
HSL189.04º94.81%15.1%-
HSV(B)189.04º97.33%29.41%-
XYZ3.134.197.3-
YUV46.72143.9696.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 75 (29.69% from 255) = 53.19%
R=1.42%
G=45.39%
B=53.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal264750.970.1500.71189.0494.8115.1
Hex2404B61F047bd5ff
Octal210011314117010727513717
Binary101000000100101111000011111010001111011110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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