Html Css Color HEX #024059 Sherpa Blue

📋 copy color: '#024059'

red 2 ◦ green 64 ◦ blue 89

#024059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #024059

Tints of Sherpa Blue #024059

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 value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#024059 (or 0x024059) is known color: 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

RGB 2 64 89 -
CMYK 0.98 0.28 0 0.65
HSL 197.24º 0.96% 0.18% -
HSV(B) 197.24º 0.98% 0.35% -
XYZ 3.66 4.4 10.11 -
YUV 48.31 150.96 94.97 -
System Red Green Blue C M Y K H S L
Decimal 2 64 89 0.98 0.28 0 0.65 197.24 0.96 0.18
Hex 2 40 59 62 1C 0 41 C5 60 12
Octal 2 100 131 142 34 0 101 305 140 22
Binary 10 1000000 1011001 1100010 11100 0 1000001 11000101 1100000 10010

Color Harmonies of #024059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024059

Black with #024059

Text Example


Text Example

White with #024059

Text Example


Text Example

HTML Codes & Css Web 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>