Html Css Color HEX #024750 Sherpa Blue

📋 copy color: '#024750'

red 2 ◦ green 71 ◦ blue 80

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

Shades of Sherpa Blue #024750

Tints of Sherpa Blue #024750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.41%

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

R = 1.31%
G = 46.41%
B = 52.29%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#024750 (or 0x024750) is known color: Sherpa Blue. HEX triplet: 02, 47 and 50. RGB value is (2,71,80). Sum of RGB (Red+Green+Blue) = 2+71+80=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #024750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024750 is #FDB8AF. Grayscale: #333333. Windows color (decimal): -16627888 or 5261058. OLE color: 5261058.

HSL color Cylindrical-coordinate representation of color #024750: hue angle of 186.92º 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 #024750 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 71 80 -
CMYK 0.98 0.11 0 0.69
HSL 186.92º 0.95% 0.16% -
HSV(B) 186.92º 0.98% 0.31% -
XYZ 3.73 5.1 8.38 -
YUV 51.4 144.14 92.77 -
System Red Green Blue C M Y K H S L
Decimal 2 71 80 0.98 0.11 0 0.69 186.92 0.95 0.16
Hex 2 47 50 62 B 0 45 BB 5F 10
Octal 2 107 120 142 13 0 105 273 137 20
Binary 10 1000111 1010000 1100010 1011 0 1000101 10111011 1011111 10000

Color Harmonies of #024750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024750

Black with #024750

Text Example


Text Example

White with #024750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024750; }

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

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

background-color css

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

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

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

border-color css

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

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

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