#024955

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

Shades of Sherpa Blue #024955

Tints of Sherpa Blue #024955

Color information

#024955 (or 0x024955) is unknown color: approx Sherpa Blue. HEX triplet: 02, 49 and 55. RGB value is (2,73,85). Sum of RGB (Red+Green+Blue) = 2+73+85=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #024955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024955 is #FDB6AA. Grayscale: #353535. Windows color (decimal): -16627371 or 5589250. OLE color: 5589250.

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

Color convert

RGB27385-
CMYK0.980.1400.67
HSL188.67º95.4%17.06%-
HSV(B)188.67º97.65%33.33%-
XYZ4.055.439.43-
YUV53.14145.9891.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.25%
GREEN value IS 73 (28.91% from 255) = 45.62%
BLUE value IS 85 (33.59% from 255) = 53.12%
R=1.25%
G=45.62%
B=53.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal273850.980.1400.67188.6795.417.06
Hex2495562E043bd5f11
Octal211112514216010327513721
Binary1010010011010101110001011100100001110111101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024955; }

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

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

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

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

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

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

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

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