#024856

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

Shades of Sherpa Blue #024856

Tints of Sherpa Blue #024856

Color information

#024856 (or 0x024856) is unknown color: approx Sherpa Blue. HEX triplet: 02, 48 and 56. RGB value is (2,72,86). Sum of RGB (Red+Green+Blue) = 2+72+86=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #024856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024856 is #FDB7A9. Grayscale: #343434. Windows color (decimal): -16627626 or 5654530. OLE color: 5654530.

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

Color convert

RGB27286-
CMYK0.980.1600.66
HSL190º95.45%17.25%-
HSV(B)190º97.67%33.73%-
XYZ4.025.329.62-
YUV52.67146.8191.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.25%
GREEN value IS 72 (28.52% from 255) = 45%
BLUE value IS 86 (33.98% from 255) = 53.75%
R=1.25%
G=45%
B=53.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal272860.980.1600.6619095.4517.25
Hex248566210042be5f11
Octal211012614220010227613721
Binary10100100010101101100010100000100001010111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024856; }

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

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

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

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

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

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

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

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