Html Css Color HEX #024C50 Sherpa Blue

📋 copy color: '#024C50'

red 2 ◦ green 76 ◦ blue 80

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

Shades of Sherpa Blue #024C50

Tints of Sherpa Blue #024C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 50.63%

R = 1.27%
G = 48.1%
B = 50.63%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#024C50 (or 0x024C50) is known color: Sherpa Blue. HEX triplet: 02, 4C and 50. RGB value is (2,76,80). Sum of RGB (Red+Green+Blue) = 2+76+80=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #024C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C50 is #FDB3AF. Grayscale: #363636. Windows color (decimal): -16626608 or 5262338. OLE color: 5262338.

HSL color Cylindrical-coordinate representation of color #024C50: hue angle of 183.08º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024C50 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 76 80 -
CMYK 0.98 0.05 0 0.69
HSL 183.08º 0.95% 0.16% -
HSV(B) 183.08º 0.98% 0.31% -
XYZ 4.06 5.76 8.49 -
YUV 54.33 142.48 90.67 -
System Red Green Blue C M Y K H S L
Decimal 2 76 80 0.98 0.05 0 0.69 183.08 0.95 0.16
Hex 2 4C 50 62 5 0 45 B7 5F 10
Octal 2 114 120 142 5 0 105 267 137 20
Binary 10 1001100 1010000 1100010 101 0 1000101 10110111 1011111 10000

Color Harmonies of #024C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C50

Black with #024C50

Text Example


Text Example

White with #024C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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