#024F60

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

Shades of Sherpa Blue #024F60

Tints of Sherpa Blue #024F60

Color information

#024F60 (or 0x024F60) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4F and 60. RGB value is (2,79,96). Sum of RGB (Red+Green+Blue) = 2+79+96=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #024F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F60 is #FDB09F. Grayscale: #393939. Windows color (decimal): -16625824 or 6311682. OLE color: 6311682.

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

Color convert

RGB27996-
CMYK0.980.1800.62
HSL190.85º95.92%19.22%-
HSV(B)190.85º97.92%37.65%-
XYZ4.936.4512.05-
YUV57.92149.4988.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.13%
GREEN value IS 79 (31.25% from 255) = 44.63%
BLUE value IS 96 (37.89% from 255) = 54.24%
R=1.13%
G=44.63%
B=54.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal279960.980.1800.62190.8595.9219.22
Hex24F60621203Ebf6013
Octal21171401422207627714023
Binary1010011111100000110001010010011111010111111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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