#024059

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

Shades of Sherpa Blue #024059

Tints of Sherpa Blue #024059

Color information

#024059 (or 0x024059) is unknown color: approx Sherpa Blue. HEX triplet: 02, 40 and 59. RGB value is (2,64,89). Sum of RGB (Red+Green+Blue) = 2+64+89=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #024059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024059 is #FDBFA6. Grayscale: #303030. Windows color (decimal): -16629671 or 5849090. OLE color: 5849090.

HSL color Cylindrical-coordinate representation of color #024059: hue angle of 197.24º 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 #024059 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB26489-
CMYK0.980.2800.65
HSL197.24º95.6%17.84%-
HSV(B)197.24º97.75%34.9%-
XYZ3.664.410.11-
YUV48.31150.9694.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 89 (35.16% from 255) = 57.42%
R=1.29%
G=41.29%
B=57.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal264890.980.2800.65197.2495.617.84
Hex24059621C041c56012
Octal210013114234010130514022
Binary10100000010110011100010111000100000111000101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024059; }

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

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

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

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

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

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

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

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