Html Css Color HEX #024F62 Sherpa Blue

📋 copy color: '#024F62'

red 2 ◦ green 79 ◦ blue 98

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

Shades of Sherpa Blue #024F62

Tints of Sherpa Blue #024F62

RGB

 RED value IS 2 (1.17% from 255) = 1.12%

 GREEN value IS 79 (31.25% from 255) = 44.13%

 BLUE value IS 98 (38.67% from 255) = 54.75%

R = 1.12%
G = 44.13%
B = 54.75%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#024F62 (or 0x024F62) is known color: Sherpa Blue. HEX triplet: 02, 4F and 62. RGB value is (2,79,98). Sum of RGB (Red+Green+Blue) = 2+79+98=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #024F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F62 is #FDB09D. Grayscale: #393939. Windows color (decimal): -16625822 or 6442754. OLE color: 6442754.

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

Color convert

RGB 2 79 98 -
CMYK 0.98 0.19 0 0.62
HSL 191.88º 0.96% 0.2% -
HSV(B) 191.88º 0.98% 0.38% -
XYZ 5.03 6.49 12.54 -
YUV 58.14 150.49 87.96 -
System Red Green Blue C M Y K H S L
Decimal 2 79 98 0.98 0.19 0 0.62 191.88 0.96 0.2
Hex 2 4F 62 62 13 0 3E C0 60 14
Octal 2 117 142 142 23 0 76 300 140 24
Binary 10 1001111 1100010 1100010 10011 0 111110 11000000 1100000 10100

Color Harmonies of #024F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F62

Black with #024F62

Text Example


Text Example

White with #024F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #024F62;
 }
 .AnyTagClassName
 {
   color: #024F62;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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