Html Css Color HEX #024151 Sherpa Blue

📋 copy color: '#024151'

red 2 ◦ green 65 ◦ blue 81

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

Shades of Sherpa Blue #024151

Tints of Sherpa Blue #024151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.92%

 BLUE value IS 81 (32.03% from 255) = 54.73%

R = 1.35%
G = 43.92%
B = 54.73%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#024151 (or 0x024151) is known color: Sherpa Blue. HEX triplet: 02, 41 and 51. RGB value is (2,65,81). Sum of RGB (Red+Green+Blue) = 2+65+81=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #024151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024151 is #FDBEAE. Grayscale: #2F2F2F. Windows color (decimal): -16629423 or 5325058. OLE color: 5325058.

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

Color convert

RGB 2 65 81 -
CMYK 0.98 0.20 0 0.68
HSL 192.15º 0.95% 0.16% -
HSV(B) 192.15º 0.98% 0.32% -
XYZ 3.4 4.39 8.45 -
YUV 47.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 2 65 81 0.98 0.20 0 0.68 192.15 0.95 0.16
Hex 2 41 51 62 14 0 44 C0 5F 10
Octal 2 101 121 142 24 0 104 300 137 20
Binary 10 1000001 1010001 1100010 10100 0 1000100 11000000 1011111 10000

Color Harmonies of #024151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024151

Black with #024151

Text Example


Text Example

White with #024151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024151; }

 p { color: rgb(2,65,81); }

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

background-color css

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

 a { background-color: rgb(2,65,81); }

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

border-color css

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

 span { border-color: rgb(2,65,81); }

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