Html Css Color HEX #024F5D Sherpa Blue

📋 copy color: '#024F5D'

red 2 ◦ green 79 ◦ blue 93

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

Shades of Sherpa Blue #024F5D

Tints of Sherpa Blue #024F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.45%

R = 1.15%
G = 45.4%
B = 53.45%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#024F5D (or 0x024F5D) is known color: Sherpa Blue. HEX triplet: 02, 4F and 5D. RGB value is (2,79,93). Sum of RGB (Red+Green+Blue) = 2+79+93=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #024F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F5D is #FDB0A2. Grayscale: #393939. Windows color (decimal): -16625827 or 6115074. OLE color: 6115074.

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

Color convert

RGB 2 79 93 -
CMYK 0.98 0.15 0 0.64
HSL 189.23º 0.96% 0.19% -
HSV(B) 189.23º 0.98% 0.36% -
XYZ 4.8 6.4 11.34 -
YUV 57.57 147.99 88.36 -
System Red Green Blue C M Y K H S L
Decimal 2 79 93 0.98 0.15 0 0.64 189.23 0.96 0.19
Hex 2 4F 5D 62 F 0 40 BD 60 13
Octal 2 117 135 142 17 0 100 275 140 23
Binary 10 1001111 1011101 1100010 1111 0 1000000 10111101 1100000 10011

Color Harmonies of #024F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F5D

Black with #024F5D

Text Example


Text Example

White with #024F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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