#024146

Color #024146 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #024146

Tints of Sherpa Blue #024146

Color information

#024146 (or 0x024146) is unknown color: approx 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

RGB26570-
CMYK0.970.0700.73
HSL184.41º94.44%14.12%-
HSV(B)184.41º97.14%27.45%-
XYZ3.024.246.45-
YUV46.73141.1396.09-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal265700.970.0700.73184.4194.4414.12
Hex24146617049b85ee
Octal21011061417011127013616
Binary10100000110001101100001111010010011011100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>