Html Css Color HEX #024F60 Sherpa Blue

📋 copy color: '#024F60'

red 2 ◦ green 79 ◦ blue 96

#024F60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #024F60

Tints of Sherpa Blue #024F60

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 value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#024F60 (or 0x024F60) is known color: 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

RGB 2 79 96 -
CMYK 0.98 0.18 0 0.62
HSL 190.85º 0.96% 0.19% -
HSV(B) 190.85º 0.98% 0.38% -
XYZ 4.93 6.45 12.05 -
YUV 57.92 149.49 88.12 -
System Red Green Blue C M Y K H S L
Decimal 2 79 96 0.98 0.18 0 0.62 190.85 0.96 0.19
Hex 2 4F 60 62 12 0 3E BF 60 13
Octal 2 117 140 142 22 0 76 277 140 23
Binary 10 1001111 1100000 1100010 10010 0 111110 10111111 1100000 10011

Color Harmonies of #024F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F60

Black with #024F60

Text Example


Text Example

White with #024F60

Text Example


Text Example

HTML Codes & Css Web 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>