Html Css Color HEX #024860 Sherpa Blue

📋 copy color: '#024860'

red 2 ◦ green 72 ◦ blue 96

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

Shades of Sherpa Blue #024860

Tints of Sherpa Blue #024860

RGB

 RED value IS 2 (1.17% from 255) = 1.18%

 GREEN value IS 72 (28.52% from 255) = 42.35%

 BLUE value IS 96 (37.89% from 255) = 56.47%

R = 1.18%
G = 42.35%
B = 56.47%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#024860 (or 0x024860) is known color: Sherpa Blue. HEX triplet: 02, 48 and 60. RGB value is (2,72,96). Sum of RGB (Red+Green+Blue) = 2+72+96=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #024860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024860 is #FDB79F. Grayscale: #353535. Windows color (decimal): -16627616 or 6309890. OLE color: 6309890.

HSL color Cylindrical-coordinate representation of color #024860: hue angle of 195.32º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024860 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 72 96 -
CMYK 0.98 0.25 0 0.62
HSL 195.32º 0.96% 0.19% -
HSV(B) 195.32º 0.98% 0.38% -
XYZ 4.45 5.49 11.89 -
YUV 53.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 2 72 96 0.98 0.25 0 0.62 195.32 0.96 0.19
Hex 2 48 60 62 19 0 3E C3 60 13
Octal 2 110 140 142 31 0 76 303 140 23
Binary 10 1001000 1100000 1100010 11001 0 111110 11000011 1100000 10011

Color Harmonies of #024860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024860

Black with #024860

Text Example


Text Example

White with #024860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024860; }

 p { color: rgb(2,72,96); }

 H1.HeaderClassName
 {
   color: #024860;
 }
 .AnyTagClassName
 {
   color: #024860;
 }
</style>

background-color css

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

 a { background-color: rgb(2,72,96); }

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

border-color css

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

 span { border-color: rgb(2,72,96); }

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