Html Css Color HEX #024146 Sherpa Blue

📋 copy color: '#024146'

red 2 ◦ green 65 ◦ blue 70

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

Shades of Sherpa Blue #024146

Tints of Sherpa Blue #024146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 51.09%

R = 1.46%
G = 47.45%
B = 51.09%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#024146 (or 0x024146) is known color: Sherpa Blue. HEX triplet: 02, 41 and 46. RGB value is (2,65,70). Sum of RGB (Red+Green+Blue) = 2+65+70=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 70 (27.73% from 255 or 51.09% from 137); Max value from RGB is 70 - color contains mainly: blue. Hex color #024146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024146 is #FDBEB9. Grayscale: #2E2E2E. Windows color (decimal): -16629434 or 4604162. OLE color: 4604162.

HSL color Cylindrical-coordinate representation of color #024146: hue angle of 184.41º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024146 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 65 70 -
CMYK 0.97 0.07 0 0.73
HSL 184.41º 0.94% 0.14% -
HSV(B) 184.41º 0.97% 0.27% -
XYZ 3.02 4.24 6.45 -
YUV 46.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 2 65 70 0.97 0.07 0 0.73 184.41 0.94 0.14
Hex 2 41 46 61 7 0 49 B8 5E E
Octal 2 101 106 141 7 0 111 270 136 16
Binary 10 1000001 1000110 1100001 111 0 1001001 10111000 1011110 1110

Color Harmonies of #024146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024146

Black with #024146

Text Example


Text Example

White with #024146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024146; }

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

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

background-color css

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

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

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

border-color css

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

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

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