#024855

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

Shades of Sherpa Blue #024855

Tints of Sherpa Blue #024855

Color information

#024855 (or 0x024855) is unknown color: approx Sherpa Blue. HEX triplet: 02, 48 and 55. RGB value is (2,72,85). Sum of RGB (Red+Green+Blue) = 2+72+85=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #024855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024855 is #FDB7AA. Grayscale: #343434. Windows color (decimal): -16627627 or 5588994. OLE color: 5588994.

HSL color Cylindrical-coordinate representation of color #024855: hue angle of 189.4º 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 #024855 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB27285-
CMYK0.980.1500.67
HSL189.4º95.4%17.06%-
HSV(B)189.4º97.65%33.33%-
XYZ3.985.39.41-
YUV52.55146.3191.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 85 (33.59% from 255) = 53.46%
R=1.26%
G=45.28%
B=53.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal272850.980.1500.67189.495.417.06
Hex2485562F043bd5f11
Octal211012514217010327513721
Binary1010010001010101110001011110100001110111101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024855; }

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

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

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

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

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

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

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

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