Html Css Color HEX #024C61 Sherpa Blue

📋 copy color: '#024C61'

red 2 ◦ green 76 ◦ blue 97

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

Shades of Sherpa Blue #024C61

Tints of Sherpa Blue #024C61

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.43%

 BLUE value IS 97 (38.28% from 255) = 55.43%

R = 1.14%
G = 43.43%
B = 55.43%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#024C61 (or 0x024C61) is known color: Sherpa Blue. HEX triplet: 02, 4C and 61. RGB value is (2,76,97). Sum of RGB (Red+Green+Blue) = 2+76+97=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #024C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C61 is #FDB39E. Grayscale: #383838. Windows color (decimal): -16626591 or 6376450. OLE color: 6376450.

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

Color convert

RGB 2 76 97 -
CMYK 0.98 0.22 0 0.62
HSL 193.26º 0.96% 0.19% -
HSV(B) 193.26º 0.98% 0.38% -
XYZ 4.77 6.04 12.22 -
YUV 56.27 150.98 89.29 -
System Red Green Blue C M Y K H S L
Decimal 2 76 97 0.98 0.22 0 0.62 193.26 0.96 0.19
Hex 2 4C 61 62 16 0 3E C1 60 13
Octal 2 114 141 142 26 0 76 301 140 23
Binary 10 1001100 1100001 1100010 10110 0 111110 11000001 1100000 10011

Color Harmonies of #024C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C61

Black with #024C61

Text Example


Text Example

White with #024C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,76,97); }

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

background-color css

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

 a { background-color: rgb(2,76,97); }

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

border-color css

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

 span { border-color: rgb(2,76,97); }

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