#024953

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

Shades of Sherpa Blue #024953

Tints of Sherpa Blue #024953

Color information

#024953 (or 0x024953) is unknown color: approx Sherpa Blue. HEX triplet: 02, 49 and 53. RGB value is (2,73,83). Sum of RGB (Red+Green+Blue) = 2+73+83=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #024953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024953 is #FDB6AC. Grayscale: #343434. Windows color (decimal): -16627373 or 5458178. OLE color: 5458178.

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

Color convert

RGB27383-
CMYK0.980.1200.67
HSL187.41º95.29%16.67%-
HSV(B)187.41º97.59%32.55%-
XYZ3.975.49.02-
YUV52.91144.9891.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 73 (28.91% from 255) = 46.20%
BLUE value IS 83 (32.81% from 255) = 52.53%
R=1.27%
G=46.20%
B=52.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal273830.980.1200.67187.4195.2916.67
Hex2495362C043bb5f11
Octal211112314214010327313721
Binary1010010011010011110001011000100001110111011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024953; }

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

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

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

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

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

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

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

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