Html Css Color HEX #024B4A Sherpa Blue

📋 copy color: '#024B4A'

red 2 ◦ green 75 ◦ blue 74

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

Shades of Sherpa Blue #024B4A

Tints of Sherpa Blue #024B4A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 49.67%

 BLUE value IS 74 (29.3% from 255) = 49.01%

R = 1.32%
G = 49.67%
B = 49.01%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#024B4A (or 0x024B4A) is known color: Sherpa Blue. HEX triplet: 02, 4B and 4A. RGB value is (2,75,74). Sum of RGB (Red+Green+Blue) = 2+75+74=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #024B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B4A is #FDB4B5. Grayscale: #343434. Windows color (decimal): -16626870 or 4868866. OLE color: 4868866.

HSL color Cylindrical-coordinate representation of color #024B4A: hue angle of 179.18º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024B4A is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 75 74 -
CMYK 0.97 0 0.01 0.71
HSL 179.18º 0.95% 0.15% -
HSV(B) 179.18º 0.97% 0.29% -
XYZ 3.78 5.54 7.35 -
YUV 53.06 139.82 91.58 -
System Red Green Blue C M Y K H S L
Decimal 2 75 74 0.97 0 0.01 0.71 179.18 0.95 0.15
Hex 2 4B 4A 61 0 1 47 B3 5F F
Octal 2 113 112 141 0 1 107 263 137 17
Binary 10 1001011 1001010 1100001 0 1 1000111 10110011 1011111 1111

Color Harmonies of #024B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B4A

Black with #024B4A

Text Example


Text Example

White with #024B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,75,74); }

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

background-color css

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

 a { background-color: rgb(2,75,74); }

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

border-color css

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

 span { border-color: rgb(2,75,74); }

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