#024158

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

Shades of Sherpa Blue #024158

Tints of Sherpa Blue #024158

Color information

#024158 (or 0x024158) is unknown color: approx Sherpa Blue. HEX triplet: 02, 41 and 58. RGB value is (2,65,88). Sum of RGB (Red+Green+Blue) = 2+65+88=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #024158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024158 is #FDBEA7. Grayscale: #303030. Windows color (decimal): -16629416 or 5783810. OLE color: 5783810.

HSL color Cylindrical-coordinate representation of color #024158: hue angle of 196.05º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024158 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB26588-
CMYK0.980.2600.65
HSL196.05º95.56%17.65%-
HSV(B)196.05º97.73%34.51%-
XYZ3.684.59.91-
YUV48.78150.1394.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 65 (25.78% from 255) = 41.94%
BLUE value IS 88 (34.77% from 255) = 56.77%
R=1.29%
G=41.94%
B=56.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal265880.980.2600.65196.0595.5617.65
Hex24158621A041c46012
Octal210113014232010130414022
Binary10100000110110001100010110100100000111000100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024158; }

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

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

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

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

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

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

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

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