#024F5A

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

Shades of Sherpa Blue #024F5A

Tints of Sherpa Blue #024F5A

Color information

#024F5A (or 0x024F5A) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4F and 5A. RGB value is (2,79,90). Sum of RGB (Red+Green+Blue) = 2+79+90=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #024F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F5A is #FDB0A5. Grayscale: #393939. Windows color (decimal): -16625830 or 5918466. OLE color: 5918466.

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

Color convert

RGB27990-
CMYK0.980.1200.65
HSL187.5º95.65%18.04%-
HSV(B)187.5º97.78%35.29%-
XYZ4.676.3410.65-
YUV57.23146.4988.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 79 (31.25% from 255) = 46.20%
BLUE value IS 90 (35.55% from 255) = 52.63%
R=1.17%
G=46.20%
B=52.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal279900.980.1200.65187.595.6518.04
Hex24F5A62C041bc6012
Octal211713214214010127414022
Binary1010011111011010110001011000100000110111100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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