#024145

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

Shades of Sherpa Blue #024145

Tints of Sherpa Blue #024145

Color information

#024145 (or 0x024145) is unknown color: approx Sherpa Blue. HEX triplet: 02, 41 and 45. RGB value is (2,65,69). Sum of RGB (Red+Green+Blue) = 2+65+69=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #024145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024145 is #FDBEBA. Grayscale: #2E2E2E. Windows color (decimal): -16629435 or 4538626. OLE color: 4538626.

HSL color Cylindrical-coordinate representation of color #024145: hue angle of 183.58º 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 #024145 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB26569-
CMYK0.970.0600.73
HSL183.58º94.37%13.92%-
HSV(B)183.58º97.1%27.06%-
XYZ2.994.226.29-
YUV46.62140.6396.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 65 (25.78% from 255) = 47.79%
BLUE value IS 69 (27.34% from 255) = 50.74%
R=1.47%
G=47.79%
B=50.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal265690.970.0600.73183.5894.3713.92
Hex24145616049b85ee
Octal21011051416011127013616
Binary10100000110001011100001110010010011011100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024145; }

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

 H1.HeaderClassName
 {
   color: #024145;
 }
 .AnyTagClassName
 {
   color: #024145;
 }
</style>
background-color css

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

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

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

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

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

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