Html Css Color HEX #024A60 Sherpa Blue

📋 copy color: '#024A60'

red 2 ◦ green 74 ◦ blue 96

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

Shades of Sherpa Blue #024A60

Tints of Sherpa Blue #024A60

RGB

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

 GREEN value IS 74 (29.3% from 255) = 43.02%

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

R = 1.16%
G = 43.02%
B = 55.81%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#024A60 (or 0x024A60) is known color: Sherpa Blue. HEX triplet: 02, 4A and 60. RGB value is (2,74,96). Sum of RGB (Red+Green+Blue) = 2+74+96=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #024A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A60 is #FDB59F. Grayscale: #363636. Windows color (decimal): -16627104 or 6310402. OLE color: 6310402.

HSL color Cylindrical-coordinate representation of color #024A60: hue angle of 194.04º 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 #024A60 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 74 96 -
CMYK 0.98 0.23 0 0.62
HSL 194.04º 0.96% 0.19% -
HSV(B) 194.04º 0.98% 0.38% -
XYZ 4.59 5.75 11.94 -
YUV 54.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 2 74 96 0.98 0.23 0 0.62 194.04 0.96 0.19
Hex 2 4A 60 62 17 0 3E C2 60 13
Octal 2 112 140 142 27 0 76 302 140 23
Binary 10 1001010 1100000 1100010 10111 0 111110 11000010 1100000 10011

Color Harmonies of #024A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A60

Black with #024A60

Text Example


Text Example

White with #024A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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