#024155

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

Shades of Sherpa Blue #024155

Tints of Sherpa Blue #024155

Color information

#024155 (or 0x024155) is unknown color: approx Sherpa Blue. HEX triplet: 02, 41 and 55. RGB value is (2,65,85). Sum of RGB (Red+Green+Blue) = 2+65+85=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #024155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024155 is #FDBEAA. Grayscale: #303030. Windows color (decimal): -16629419 or 5587202. OLE color: 5587202.

HSL color Cylindrical-coordinate representation of color #024155: hue angle of 194.46º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024155 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB26585-
CMYK0.980.2400.67
HSL194.46º95.4%17.06%-
HSV(B)194.46º97.65%33.33%-
XYZ3.564.459.27-
YUV48.44148.6394.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 85 (33.59% from 255) = 55.92%
R=1.32%
G=42.76%
B=55.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal265850.980.2400.67194.4695.417.06
Hex241556218043c25f11
Octal210112514230010330213721
Binary10100000110101011100010110000100001111000010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024155; }

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

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

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

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

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

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

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

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