Html Css Color HEX #024F55 Sherpa Blue

📋 copy color: '#024F55'

red 2 ◦ green 79 ◦ blue 85

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

Shades of Sherpa Blue #024F55

Tints of Sherpa Blue #024F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 51.2%

R = 1.2%
G = 47.59%
B = 51.2%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#024F55 (or 0x024F55) is known color: Sherpa Blue. HEX triplet: 02, 4F and 55. RGB value is (2,79,85). Sum of RGB (Red+Green+Blue) = 2+79+85=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #024F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F55 is #FDB0AA. Grayscale: #383838. Windows color (decimal): -16625835 or 5590786. OLE color: 5590786.

HSL color Cylindrical-coordinate representation of color #024F55: hue angle of 184.34º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024F55 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 79 85 -
CMYK 0.98 0.07 0 0.67
HSL 184.34º 0.95% 0.17% -
HSV(B) 184.34º 0.98% 0.33% -
XYZ 4.46 6.26 9.57 -
YUV 56.66 143.99 89.01 -
System Red Green Blue C M Y K H S L
Decimal 2 79 85 0.98 0.07 0 0.67 184.34 0.95 0.17
Hex 2 4F 55 62 7 0 43 B8 5F 11
Octal 2 117 125 142 7 0 103 270 137 21
Binary 10 1001111 1010101 1100010 111 0 1000011 10111000 1011111 10001

Color Harmonies of #024F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F55

Black with #024F55

Text Example


Text Example

White with #024F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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