Html Css Color HEX #024755 Sherpa Blue

📋 copy color: '#024755'

red 2 ◦ green 71 ◦ blue 85

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

Shades of Sherpa Blue #024755

Tints of Sherpa Blue #024755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 53.8%

R = 1.27%
G = 44.94%
B = 53.8%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#024755 (or 0x024755) is known color: Sherpa Blue. HEX triplet: 02, 47 and 55. RGB value is (2,71,85). Sum of RGB (Red+Green+Blue) = 2+71+85=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #024755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024755 is #FDB8AA. Grayscale: #333333. Windows color (decimal): -16627883 or 5588738. OLE color: 5588738.

HSL color Cylindrical-coordinate representation of color #024755: hue angle of 190.12º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024755 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 71 85 -
CMYK 0.98 0.16 0 0.67
HSL 190.12º 0.95% 0.17% -
HSV(B) 190.12º 0.98% 0.33% -
XYZ 3.92 5.18 9.39 -
YUV 51.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 2 71 85 0.98 0.16 0 0.67 190.12 0.95 0.17
Hex 2 47 55 62 10 0 43 BE 5F 11
Octal 2 107 125 142 20 0 103 276 137 21
Binary 10 1000111 1010101 1100010 10000 0 1000011 10111110 1011111 10001

Color Harmonies of #024755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024755

Black with #024755

Text Example


Text Example

White with #024755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024755; }

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

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

background-color css

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

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

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

border-color css

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

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

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