#024B60

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

Shades of Sherpa Blue #024B60

Tints of Sherpa Blue #024B60

Color information

#024B60 (or 0x024B60) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4B and 60. RGB value is (2,75,96). Sum of RGB (Red+Green+Blue) = 2+75+96=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #024B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B60 is #FDB49F. Grayscale: #373737. Windows color (decimal): -16626848 or 6310658. OLE color: 6310658.

HSL color Cylindrical-coordinate representation of color #024B60: hue angle of 193.4º 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 #024B60 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB27596-
CMYK0.980.2200.62
HSL193.4º95.92%19.22%-
HSV(B)193.4º97.92%37.65%-
XYZ4.655.8911.96-
YUV55.57150.8289.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 75 (29.69% from 255) = 43.35%
BLUE value IS 96 (37.89% from 255) = 55.49%
R=1.16%
G=43.35%
B=55.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal275960.980.2200.62193.495.9219.22
Hex24B60621603Ec16013
Octal21131401422607630114023
Binary1010010111100000110001010110011111011000001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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