#024F5E

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

Shades of Sherpa Blue #024F5E

Tints of Sherpa Blue #024F5E

Color information

#024F5E (or 0x024F5E) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4F and 5E. RGB value is (2,79,94). Sum of RGB (Red+Green+Blue) = 2+79+94=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #024F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F5E is #FDB0A1. Grayscale: #393939. Windows color (decimal): -16625826 or 6180610. OLE color: 6180610.

HSL color Cylindrical-coordinate representation of color #024F5E: hue angle of 189.78º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024F5E is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB27994-
CMYK0.980.1600.63
HSL189.78º95.83%18.82%-
HSV(B)189.78º97.87%36.86%-
XYZ4.846.4111.57-
YUV57.69148.4988.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 79 (31.25% from 255) = 45.14%
BLUE value IS 94 (37.11% from 255) = 53.71%
R=1.14%
G=45.14%
B=53.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal279940.980.1600.63189.7895.8318.82
Hex24F5E621003Fbe6013
Octal21171361422007727614023
Binary1010011111011110110001010000011111110111110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024F5E; }

 p { color: rgb(2,79,94); }

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

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

 a { background-color: rgb(2,79,94); }

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

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

 span { border-color: rgb(2,79,94); }

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