Html Css Color HEX #024C5C Sherpa Blue

📋 copy color: '#024C5C'

red 2 ◦ green 76 ◦ blue 92

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

Shades of Sherpa Blue #024C5C

Tints of Sherpa Blue #024C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 54.12%

R = 1.18%
G = 44.71%
B = 54.12%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#024C5C (or 0x024C5C) is known color: Sherpa Blue. HEX triplet: 02, 4C and 5C. RGB value is (2,76,92). Sum of RGB (Red+Green+Blue) = 2+76+92=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #024C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C5C is #FDB3A3. Grayscale: #373737. Windows color (decimal): -16626596 or 6048770. OLE color: 6048770.

HSL color Cylindrical-coordinate representation of color #024C5C: hue angle of 190.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024C5C is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 76 92 -
CMYK 0.98 0.17 0 0.64
HSL 190.67º 0.96% 0.18% -
HSV(B) 190.67º 0.98% 0.36% -
XYZ 4.54 5.95 11.04 -
YUV 55.7 148.48 89.7 -
System Red Green Blue C M Y K H S L
Decimal 2 76 92 0.98 0.17 0 0.64 190.67 0.96 0.18
Hex 2 4C 5C 62 11 0 40 BF 60 12
Octal 2 114 134 142 21 0 100 277 140 22
Binary 10 1001100 1011100 1100010 10001 0 1000000 10111111 1100000 10010

Color Harmonies of #024C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C5C

Black with #024C5C

Text Example


Text Example

White with #024C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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